zmk/.gitattributes
Joel Spadin b87ab4535b fix: check out Bash scripts with LF
Always check out Bashs scripts with Unix-style line endings so they work if you
run them inside Docker on Windows.
2020-10-10 21:40:22 +00:00

6 lines
141 B
Text

* text=auto
# Always use Unix-style line endings for Bash scripts so they work in
# Docker on Windows.
.bashrc text eol=lf
*.sh text eol=lf