FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
composer/.gitattributes at ja · phpusers-ja/composer · GitHub
phpusers-ja
/
composer
Public
forked from
composer/composer
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
3
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
composer
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (25 loc) · 1.11 KB
Breadcrumbs
composer
/
.gitattributes
Copy path
File metadata and controls
28 lines (25 loc) · 1.11 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
Auto-detect text files, ensure they use LF.
*
text
=
auto
eol
=
lf
#
These files are always considered text and should use LF.
#
See core.whitespace @ https://git-scm.com/docs/git-config for whitespace flags.
*
.php
text
eol
=
lf
whitespace
=
blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
diff
=
php
*
.json
text
eol
=
lf
whitespace
=
blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
*
.test
text
eol
=
lf
whitespace
=
blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
*
.yml
text
eol
=
lf
whitespace
=
blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2
#
Exclude non-essential files from dist
/
.github
/
export-ignore
/
doc
export-ignore
/
phpstan
/
*
export-ignore
/
tests
/
export-ignore
/
.editorconfig
export-ignore
/
.gitattributes
export-ignore
/
.gitignore
export-ignore
/
.php-cs-fixer.php
export-ignore
/
CHANGELOG.md
export-ignore
/
CODE_OF_CONDUCT.md
export-ignore
/
phpunit.xml.dist
export-ignore
/
PORTING_INFO
export-ignore
/
README.md
export-ignore
/
UPGRADE-2.0.md
export-ignore
#
Ref https://github.com/composer/composer/issues/11507
/
phpstan
/
rules.neon
-
export-ignore
Back
|
FazBrowse Home
|
New Git URL