Merge pull request #2240 from GarageGames/Release_3_10_1
[Torque-3d.git] / .gitattributes
blob57514d8f72596293791dd3abe074422c817432d7
1 # Set default behaviour, in case users don't have core.autocrlf set.
2 * text=auto
4 # Set to always use Windows line endings
5 *.cs text eol=crlf
7 # Explicitly declare text files we want to always be normalized and converted 
8 # to native line endings on checkout.
9 *.c text
10 *.h text
11 *.cpp text
12 *.hpp text
13 *.ppm text
14 *.nsh text
15 *.nlf text
16 *.command
17 *.txt
18 *.ini