Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Remove dev stuff from dist tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Feb 12, 2016
1 parent cf97250 commit 897bc79
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
root = true

[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[**.php]
indent_size = 4
continuation_indent_size = 4
insert_final_newline = true

[**.xml]
indent_size = 4

[**.yml]
indent_size = 2

[*.{js,json}]
indent_size = 2

[composer.{json,lock}]
indent_size = 4
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/.ci export-ignore
/Tests export-ignore
.coveralls.yml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php_cs export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
phpunit.xml.dist export-ignore

0 comments on commit 897bc79

Please sign in to comment.