mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# PHP files
|
|
*.php text eol=lf diff=php
|
|
*.phpt text eol=lf diff=php
|
|
*.phtml text eol=lf diff=html
|
|
*.twig text eol=lf
|
|
*.phar binary
|
|
|
|
# Configuration
|
|
phpcs.xml text eol=lf
|
|
phpunit.xml text eol=lf
|
|
phpstan.neon text eol=lf
|
|
psalm.xml text eol=lf
|