tileserver-gl/.gitattributes
zstadler 77f29c2d96 Add .gitattribute
Lines in `.sh` scripts must always end with `lf`,
even in Windows' git shell
2022-11-06 15:03:23 +02:00

11 lines
490 B
Text

###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# behavior for Unix scripts
#
# Unix scripts are treated as binary by default.
###############################################################################
*.sh eol=lf