ADDED: .gitattributes for better WSL/Windows cooperation

This commit is contained in:
Simone Avogadro 2026-03-02 11:36:38 +01:00
parent ec0f6700f8
commit 8aff7bf106
1 changed files with 9 additions and 0 deletions

9
.gitattributes vendored Normal file
View File

@ -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