Skip to content

Commit 1be7b21

Browse files
authored
Merge pull request #442 from MichalHanajik/php_add_editorconfig
Added EditorConfig for PHP from Symfony coding standard
2 parents 3cb3b53 + f2c3944 commit 1be7b21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,8 @@ indent_size = 4
114114
[*.emojic]
115115
indent_style = space
116116
indent_size = 2
117+
118+
# PHP
119+
[*.php]
120+
indent_style = space
121+
indent_size = 4

0 commit comments

Comments
 (0)