Navigation Menu

Skip to content

Commit

Permalink
chore: add .gitattributes to ensure automatic end-of-line storage of …
Browse files Browse the repository at this point in the history
…text files is used

This makes sure text files are sored in LF form in the git repository, so Windows contributors do not end up with "EOL changed" PRs
  • Loading branch information
vlsi committed Nov 3, 2015
1 parent 000e48e commit 254b739
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
@@ -0,0 +1,8 @@
* text=auto
*.java text
*.md text
*.sql text
*.sh text eol=lf
*.xml text
*.yaml text
*.yml text

0 comments on commit 254b739

Please sign in to comment.