Files
ponzi/.gitattributes
ThisGitHubUsernameWasAvailable 207a23e4a1 Fix .gitattributes consistency with .editorconfig (#5802)
`lf` EOL is defined in `.editorconfig` but missed in `.gitattributes`, so here is the fix.
This little fix helps keep the EOL consistent across the project and ensures it doesn't get messed up by GitHub Desktop or any other GIT client.
2022-02-09 08:55:45 -06:00

12 lines
166 B
Plaintext

* text=auto
* text eol=lf
*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php
/.github export-ignore
CHANGELOG.md export-ignore