mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
7 lines
184 B
Text
7 lines
184 B
Text
# 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
|