blob: 03a783292cdcc9b8ad3115ef33798b88c47645a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# A good default value
* text=auto
# Explicitly set some EOL styles and preferred diff style
*.pas text diff=pascal
*.lpr text diff=pascal
*.pp text diff=pascal
*.inc text diff=pascal
*.txt text
# Denote all files that are truly binary and should not be modified
*.bmp binary
*.png binary
*.inf binary
*.jpg binary
*.res binary
|