Skip to content

Commit 87bd34b

Browse files
committed
Take into consideration all files types and yaml
1 parent 1f67727 commit 87bd34b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.editorconfig

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
root = true
22

33
[*]
4+
charset = utf-8
45
trim_trailing_whitespace = true
56
insert_final_newline = true
6-
7-
[*.php]
8-
charset = utf-8
97
indent_style = space
108
indent_size = 4
119

12-
[composer.json]
10+
[*.yml]
1311
indent_style = space
14-
indent_size = 4
12+
indent_size = 2

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
stopOnFailure="false"
1414
syntaxCheck="true"
1515
verbose="true"
16-
>
16+
>
1717
<testsuites>
1818
<testsuite name="API Test Suite">
1919
<directory suffix="Test.php">./tests</directory>

0 commit comments

Comments
 (0)