Skip to content

Commit

Permalink
Take into consideration all files types and yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Jun 8, 2015
1 parent 1f67727 commit 87bd34b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
root = true

[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
charset = utf-8
indent_style = space
indent_size = 4

[composer.json]
[*.yml]
indent_style = space
indent_size = 4
indent_size = 2
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
stopOnFailure="false"
syntaxCheck="true"
verbose="true"
>
>
<testsuites>
<testsuite name="API Test Suite">
<directory suffix="Test.php">./tests</directory>
Expand Down

0 comments on commit 87bd34b

Please sign in to comment.