This commit is contained in:
HugeFrog24
2026-05-12 18:21:34 +02:00
parent 41c9b8075b
commit 480764f068
34 changed files with 5111 additions and 510 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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