chandler/.gitattributes
2021-12-30 11:50:44 +01:00

13 lines
181 B
Text

# Git
.gitattributes text eol=lf export-ignore
.gitignore text eol=lf export-ignore
# PHP
*.php text eol=lf
# JSON
*.json text eol=lf
*.lock text eol=lf
# YAML
*.yml text eol=lf