Chris Hillery | d6f7828 | 2015-04-30 17:07:05 -0700 | [diff] [blame] | 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 | *.java text |
| 7 | *.xml text |
| 8 | *.xsd text |
| 9 | |
| 10 | # Declare files that will always have CRLF line endings on checkout. |
| 11 | *.crlf text eol=crlf |
| 12 | |
| 13 | # Declare files that will always have CR line endings on checkout. |
| 14 | *.cr text eol=cr |
| 15 | |
| 16 | # Declare files that will always have LF line endings on checkout. |
| 17 | *.lf test eol=lf |
Abdullah Alamoudi | ac683db | 2016-02-23 00:59:31 +0300 | [diff] [blame] | 18 | |
| 19 | # Explicitly declare binary files |
| 20 | *testdata.txt binary |
Abdullah Alamoudi | 121e1d9 | 2016-03-26 23:02:39 +0300 | [diff] [blame] | 21 | |
| 22 | #Unset sample_01.cvs |
| 23 | asterix-app/data/csv/sample_01.csv text=unset |