EOL pain continues, episode 3

This commit is contained in:
rusefi 2017-03-22 16:58:46 -04:00
parent faf1f7a966
commit d1e4e96933
1 changed files with 8 additions and 9 deletions

17
.gitattributes vendored
View File

@ -6,17 +6,16 @@
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.cpp text
*.h text
*.xml text
*.mk text
*.java text
*.bat text
# to Unix line endings on checkout.
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.xml text eol=lf
*.mk text eol=lf
*.java text eol=lf
*.bat text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
* text oel=lf