chandler/.gitattributes
2022-01-01 16:01:54 +01:00

17 lines
245 B
Text

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