scripts/.gitattributes

6 lines
129 B
Plaintext
Raw Normal View History

# Line ending normalisatsion
* text=auto
# bash scripts are most likely ran on Linux so they have lf endings
*.bash text eol=lf