mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-21 07:17:53 +00:00
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# So the bash scripts work when run inside the baserow docker images
|
|
*.sh text eol=lf
|
|
# Prettier does not allow windows file endings by default
|
|
*.js text eol=lf
|
|
*.vue text eol=lf
|
|
*.scss text eol=lf |