mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
feat: Add PHP template
This commit is contained in:
parent
ea0819c364
commit
a7d11e3e47
15
PHP.gitattributes
Normal file
15
PHP.gitattributes
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user