source:
Studio/.gitattributes@
c8c895d
Last change on this file since c8c895d was 663e1ba, checked in by , 4 years ago | |
---|---|
|
|
File size: 438 bytes |
Line | |
---|---|
1 | # Set the default behavior, in case people don't have core.autocrlf set. |
2 | * text=auto |
3 | |
4 | # Explicitly declare text files you want to always be normalized and converted |
5 | # to native line endings on checkout. |
6 | *.cpp text |
7 | *.c text |
8 | *.h text |
9 | *.gd text |
10 | *.cs text |
11 | |
12 | # Declare files that will always have CRLF line endings on checkout. |
13 | *.sln text eol=crlf |
14 | |
15 | # Denote all files that are truly binary and should not be modified. |
16 | *.png binary |
17 | *.jpg binary |
Note:
See TracBrowser
for help on using the repository browser.