Add project standards files and scripts for consistency
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-03-29 17:36:47 +02:00
parent 80f27aa392
commit 66789d67ad
8 changed files with 499 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
* text=auto
# Ensure LF for shell scripts and common source/docs files
*.sh text eol=lf
*.bash text eol=lf
*.zsh text eol=lf
*.go text eol=lf
*.mod text eol=lf
*.sum text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
Makefile text eol=lf
# Keep native Windows script formats
*.bat text eol=crlf
*.cmd text eol=crlf