Files
HugeFrog24 265f6676d8 Design
2026-03-05 08:41:48 +01:00

14 lines
274 B
Plaintext

# Enforce LF line endings for all files
* text eol=lf
# Specific file types that should always have LF line endings
*.go text eol=lf
*.json text eol=lf
*.sh text eol=lf
*.md text eol=lf
# Example: Binary files should not be modified
*.jpg binary
*.png binary
*.gif binary