dotfiles/.gitattributes
2026-02-26 21:53:50 +02:00

14 lines
287 B
Text

* text=auto
# Keep Unix configs LF so copies into WSL don't break parsers.
*.sh text eol=lf
*.zsh text eol=lf
*.conf text eol=lf
*.lua text eol=lf
*.toml text eol=lf
*.vim text eol=lf
*.vimrc text eol=lf
*.md text eol=lf
# Keep PowerShell script native on Windows.
*.ps1 text eol=crlf