7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
# 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
|