mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-23 09:52:19 +00:00
Always check out Bashs scripts with Unix-style line endings so they work if you run them inside Docker on Windows.
6 lines
141 B
Text
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
|