mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-25 08:51: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
|
8
.gitattributes
vendored
8
.gitattributes
vendored
|
@ -1 +1,7 @@
|
|||
iframe/priv/static/iframe/*.html text eol=lf
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue