1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-09-07 21:42:53 +00:00
bramw_baserow/.gitattributes

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