gitattributes: default to LF

1. Default to LF line endings. Windows users should use a real text editor when
   coding.
2. Allow markdown/license files to be autoconverted so they're readable
   everywhere.

fixes #6195

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen 2019-04-09 09:15:18 -07:00
parent 69185e1374
commit 986528fa71

8
.gitattributes vendored
View File

@ -1,2 +1,10 @@
# Default to text
* text eol=lf
# True text
*.md text eol=auto
LICENSE text eol=auto
# Binary assets
assets/init-doc/* binary
core/coreunix/test_data/** binary