1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-11 07:51:20 +00:00

Ensure git will convert line endings correctly on checkout and commit. Bash files must use unix line endings.

This commit is contained in:
Nigel Gott 2021-05-05 11:57:48 +01:00
parent b4299f8efc
commit 49fd5fe3c4

4
.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
*.sh text eol=lf