Sha256: de4dc5640a8593c424df00648865ad8969a940b7923b0ff6e4a1637a810d78f3

Contents?: true

Size: 808 Bytes

Versions: 6

Compression:

Stored size: 808 Bytes

Contents

# 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
appveyor.yml export-ignore
phpunit.xml.dist export-ignore

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dependabot-composer-0.119.0.beta1 helpers/vendor/composer/composer/.gitattributes
dependabot-composer-0.113.19 helpers/vendor/composer/composer/.gitattributes
dependabot-composer-0.112.1 helpers/vendor/composer/composer/.gitattributes
dependabot-composer-0.111.57 helpers/vendor/composer/composer/.gitattributes
dependabot-composer-0.111.56 helpers/vendor/composer/composer/.gitattributes
dependabot-composer-0.111.52 helpers/vendor/composer/composer/.gitattributes