Enforced unix line endings (#9871)

no issue
This commit is contained in:
Jesse Houwing 2018-10-23 10:59:09 +02:00 committed by Katharina Irrgang
parent 35ba1d40df
commit d57b70b871
1 changed files with 6 additions and 0 deletions

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# enforce unix style line endings
*.js text eol=lf
*.md text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.hbs text eol=lf