blob: 1f9dafd2b3939eb017628c26d9b12b95be85505b [file] [log] [blame]
Michael Goderbauer76964622017-02-14 10:21:33 -08001# Auto detect text files and perform LF normalization
2* text=auto
3
4# Always perform LF normalization on these files
5*.dart text
6*.gradle text
7*.html text
8*.java text
9*.json text
10*.md text
11*.py text
12*.sh text
13*.txt text
14*.xml text
15*.yaml text
16
17# Make sure that these Windows files always have CRLF line endings in checkout
stuartmorgan685e9d12020-03-23 10:42:26 -070018*.bat text eol=crlf
19*.ps1 text eol=crlf
20*.rc text eol=crlf
21*.sln text eol=crlf
22*.props text eol=crlf
23*.vcxproj text eol=crlf
24*.vcxproj.filters text eol=crlf
25# Including templatized versions.
26*.sln.tmpl text eol=crlf
27*.props.tmpl text eol=crlf
28*.vcxproj.tmpl text eol=crlf
Michael Goderbauer76964622017-02-14 10:21:33 -080029
30# Never perform LF normalization on these files
31*.ico binary
32*.jar binary
33*.png binary
34*.zip binary