Skip to content

Commit 537507c

Browse files
authored
Update .editorconfig (#68)
1 parent 1e36bc1 commit 537507c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.editorconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@ end_of_line = lf
55
insert_final_newline = true
66
charset = utf-8
77
trim_trailing_whitespace = true
8+
indent_style = space
89

910
[*.{php,phpt}]
10-
indent_style = tab
1111
indent_size = 4
1212

1313
[*.neon]
14-
indent_style = tab
1514
indent_size = 4
1615

1716
[*.{yaml,yml}]
18-
indent_style = space
1917
indent_size = 2
2018

2119
[composer.json]
22-
indent_style = tab
2320
indent_size = 4

0 commit comments

Comments
 (0)