mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 22:14:58 +08:00
Enforce LF line endings (#2190)
This commit is contained in:
parent
0d92ffdc7f
commit
91b474f073
2 changed files with 13 additions and 1 deletions
6
.editorconfig
Normal file
6
.editorconfig
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# https://EditorConfig.org
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -1 +1,7 @@
|
||||||
|
# convert all CRLF to LF
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# ensure binary files are not marked as text
|
||||||
|
*.{ico,png,jpg,jpeg,gif,webp,woff,woff2} binary
|
||||||
|
|
||||||
iframe/priv/static/iframe/*.html text eol=lf
|
iframe/priv/static/iframe/*.html text eol=lf
|
Loading…
Add table
Reference in a new issue