Skip to content

Commit 35acf17

Browse files
committed
chore: cleaned up editorconfig
1 parent 5d8b78c commit 35acf17

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.editorconfig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[*.{css,scss,less,js,json,ts,sass,html,hbs,mustache,phtml,html.twig,md,yml}]
22
charset = utf-8
33
indent_style = space
4-
indent_size = 2
4+
indent_size = 4
55
end_of_line = lf
66
insert_final_newline = true
77
trim_trailing_whitespace = true
@@ -11,11 +11,8 @@ insert_final_newline = true
1111
indent_size = 4
1212
trim_trailing_whitespace = false
1313

14-
[site/templates/**.php]
15-
indent_size = 2
16-
17-
[site/snippets/**.php]
18-
indent_size = 2
14+
[*.php]
15+
indent_size = 4
1916

2017
[package.json,.{babelrc,editorconfig,eslintrc,lintstagedrc,stylelintrc}]
2118
indent_style = space

0 commit comments

Comments
 (0)