chore: enforce LF line endings via .gitattributes
This commit is contained in:
parent
a600f38767
commit
7fb534dde3
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Shell scripts must always use LF (Unix line endings)
|
||||||
|
*.sh text eol=lf
|
||||||
|
|
||||||
|
# Python scripts
|
||||||
|
*.py text eol=lf
|
||||||
|
|
||||||
|
# C/H source files
|
||||||
|
*.c text eol=lf
|
||||||
|
*.h text eol=lf
|
||||||
|
|
||||||
|
# Config files
|
||||||
|
*.ini text eol=lf
|
||||||
|
Dockerfile text eol=lf
|
||||||
Loading…
x
Reference in New Issue
Block a user