summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
index e558bdbe..e82708e2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,12 +4,12 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
-indent_style = space
+indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
-[*.{yml, yaml, sh, conf}]
+[*.{yml,yaml,sh,conf}]
indent_size = 2
-[{Makefile, go.mod, *.go}]
+[{Makefile,go.mod,*.go}]
indent_style = tab