20 lines
290 B
Text
20 lines
290 B
Text
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Shell scripts
|
|
*.sh text eol=lf
|
|
|
|
# YAML files
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
|
|
# Terraform files
|
|
*.tf text eol=lf
|
|
*.tfvars text eol=lf
|
|
|
|
# Markdown
|
|
*.md text eol=lf
|
|
|
|
# Config files
|
|
*.conf text eol=lf
|
|
*.cfg text eol=lf
|