Skip to content

Commit 26bf4c5

Browse files
Change tab width go,tmpl,html to 2 (#12572)
Make it easier to edit deeply nested code. I plan to convert Less to 2-space so that we have standardized indentation width in the codebase. Co-authored-by: techknowlogick <[email protected]>
1 parent 0c0f049 commit 26bf4c5

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
@@ -11,7 +11,7 @@ trim_trailing_whitespace = false
1111

1212
[*.{go,tmpl,html}]
1313
indent_style = tab
14-
indent_size = 4
14+
indent_size = 2
1515

1616
[*.{less,css}]
1717
indent_style = space

0 commit comments

Comments
 (0)