Merge branch 'gitattributes' into dev

This commit is contained in:
daniel-c-harvey
2026-06-04 12:18:36 -04:00
+9
View File
@@ -0,0 +1,9 @@
# Default: normalize all text files to LF on commit
* text=auto
# Force LF for files that must be LF on Linux hosts
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.service text eol=lf
*.conf text eol=lf