Skip to content

Commit e29063e

Browse files
committed
Update .editorconfig so expected (by lint checks) indent_style and size is used by default
1 parent 0cfabe0 commit e29063e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.editorconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ end_of_line = lf
77
insert_final_newline = true
88
charset = utf-8
99
trim_trailing_whitespace = true
10+
indent_style = space
11+
indent_size = 2
1012

1113
[*.go]
1214
indent_style = tab
1315
indent_size = 4
14-
15-
[contrib/post-install]
16-
indent_size = 2
17-
indent_style = space

0 commit comments

Comments
 (0)