19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
# Ensure shell scripts always use LF line endings
|
|
*.sh text eol=lf
|
|
|
|
# Go files should use LF
|
|
*.go text eol=lf
|
|
|
|
# Markdown files should use LF
|
|
*.md text eol=lf
|
|
|
|
# YAML files should use LF
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
|
|
# JSON files should use LF
|
|
*.json text eol=lf
|
|
|
|
# Default behavior for text files
|
|
* text=auto
|