chore: add .gitattributes for LF on YAML (avoid EOL merge noise)

This commit is contained in:
Alexis
2026-05-13 11:36:35 +02:00
parent ab7e355260
commit e358f9cb49
+6
View File
@@ -0,0 +1,6 @@
# Detect text files and normalize line endings in the index (crossplatform).
* text=auto
# YAML / CI: always LF so Linux runners and merges match Windows checkouts.
*.yml text eol=lf
*.yaml text eol=lf