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