Browse Source

add .gitattributes to force all line endings to LF

- this improves the windows development experience when moving between cygwin, WSL, and native tools
 - cmd and bat files are left alone (we don't currently have any)
sbg
Daniel Agar 6 years ago committed by GitHub
parent
commit
f9f2afd856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitattributes

3
.gitattributes vendored

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
Loading…
Cancel
Save