mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
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.
This commit is contained in:
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
* 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
|
||||||
Reference in New Issue
Block a user