.gitattributes: Always check out *.sh files with LF rather than CRLF

This commit is contained in:
Jakub Hlusička 2026-01-30 21:56:46 +01:00
parent 3947215a23
commit 2b8dfa7b44

2
firmware/.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Convert to LF line endings on checkout.
*.sh text eol=lf