Skip to content

Commit 94363fe

Browse files
committed
Auto merge of #2428 - Turbo87:editorconfig, r=locks
editorconfig: Adjust `indent_size` for CSS files We seem to be using four spaces in CSS files at the moment 🤷‍♂️ r? @locks
2 parents 0a26fc4 + f387833 commit 94363fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ indent_size = 2
2424

2525
[*.css]
2626
indent_style = space
27-
indent_size = 2
27+
indent_size = 4
2828

2929
[*.html]
3030
indent_style = space

0 commit comments

Comments
 (0)