Skip to content

Commit e735a18

Browse files
rmpelMike van den Hoek
authored andcommitted
(refactor): add editorconfig line that reflects the currently in use code style to prevent whitespace issues
1 parent 47fe20a commit e735a18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ indent_style = tab
1515
space_around_brackets = true
1616
indent_size = 4
1717

18+
[*.php]
19+
indent_style = space
20+
1821
[{.jshintrc,*.json,*.yml}]
1922
indent_style = space
2023
indent_size = 2

0 commit comments

Comments
 (0)