Skip to content

Commit 5ecb8f5

Browse files
committed
Update .editorconfig splitting *.php file types on its own config
1 parent 5a5adb0 commit 5ecb8f5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.editorconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ root = true
55

66
[*]
77
charset = utf-8
8-
indent_size = 4
9-
indent_style = space
108
end_of_line = lf
119
insert_final_newline = true
1210
trim_trailing_whitespace = true
1311

12+
[*.php]
13+
indent_size = 4
14+
indent_style = space
15+
1416
[*.md]
1517
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)