Homelab/.gitattributes
2025-11-07 09:33:38 +01:00

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