mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
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:
parent
69185e1374
commit
986528fa71
8
.gitattributes
vendored
8
.gitattributes
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user