scripts/.gitattributes

6 lines
188 B
Plaintext

# Line ending normalisatsion, force linguist to consider everything
* text=auto linguist-detectable
# bash scripts are most likely ran on Linux so they have lf endings
*.bash text eol=lf