Skip to content

Commit 66ad130

Browse files
authored
Merge pull request #449 from emetriq/editorconfig
Change default indent to 2 Spaces in .editorconfig
2 parents 2adb801 + 9e93b41 commit 66ad130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ root = true
55
[*]
66
charset = utf-8
77
end_of_line = lf
8-
indent_size = 4
9-
tab_width = 4
10-
indent_style = tab
8+
indent_size = 2
9+
tab_width = 2
10+
indent_style = space
1111
insert_final_newline = true
1212
trim_trailing_whitespace = true
1313

0 commit comments

Comments
 (0)