mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 21:07:45 +08:00
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>
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
# 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
|