blob: 5eb0c00bf75b6fc5295bff0ab99c12831c1f1a91 [file] [log] [blame]
Chris Hilleryd6f78282015-04-30 17:07:05 -07001# 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 Alamoudiac683db2016-02-23 00:59:31 +030018
19# Explicitly declare binary files
20*testdata.txt binary
Abdullah Alamoudi121e1d92016-03-26 23:02:39 +030021
22#Unset sample_01.cvs
23asterix-app/data/csv/sample_01.csv text=unset