-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Divine Niiquaye
committed
Jun 23, 2019
1 parent
e1ec899
commit 911a021
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 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 @ http://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 | ||
/tests export-ignore | ||
.github export-ignore | ||
.php_cs export-ignore | ||
.travis.yml export-ignore | ||
.scrutinizer.yml export-ignore | ||
/docs export-ignore | ||
logo.png export-ignore | ||
appveyor.yml export-ignore | ||
phpunit.xml export-ignore | ||
clite.json export-ignore | ||
clite.phar export-ignore | ||
clite.phar.pubkey export-ignore | ||
loader.json export-ignore | ||
autoload.php export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters