ADDED: .gitattributes for better WSL/Windows cooperation
This commit is contained in:
parent
ec0f6700f8
commit
ddeb9bc332
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Normalize all text files to LF in the repository
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# Shell scripts — always LF (required for bash execution)
|
||||||
|
*.sh text eol=lf
|
||||||
|
|
||||||
|
# Markdown and JSON — always LF
|
||||||
|
*.md text eol=lf
|
||||||
|
*.json text eol=lf
|
||||||
Loading…
Reference in New Issue