@cryptotaxi247 / kubo / commits / 986528fa7

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>

Steven Allen committed Apr 9, 2019 at 09:15 UTC 986528fa71b271a4d2f7139e5b71afcf29f6574a
1 file changed +8
.gitattributes
+8
@@ -1,2 +1,10 @@
1 +# Default to text
2 +* text eol=lf
3 +
4 +# True text
5 +*.md text eol=auto
6 +LICENSE text eol=auto
7 +
8 +# Binary assets
9 assets/init-doc/* binary
10 core/coreunix/test_data/** binary