`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.
12 lines
166 B
Plaintext
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
|