chore: add .gitattributes for LF on YAML (avoid EOL merge noise)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Detect text files and normalize line endings in the index (cross‑platform).
|
||||
* text=auto
|
||||
|
||||
# YAML / CI: always LF so Linux runners and merges match Windows checkouts.
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
Reference in New Issue
Block a user