Skip to content

Commit 97ea738

Browse files
committed
Correct indent size in editorconfig file
1 parent 7313a92 commit 97ea738

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.editorconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ root = true
88
[*]
99
charset = utf-8
1010
end_of_line = lf
11-
indent_size = 2
11+
indent_size = 4
1212
indent_style = space
1313
insert_final_newline = true
1414
trim_trailing_whitespace = true
15-
16-
[*.md]
17-
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)