aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index d817a59..03f964f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,4 +5,8 @@ end_of_line = lf
[*.go]
indent_style = tab
-indent_size = 4 \ No newline at end of file
+indent_size = 4
+
+[*.tpl]
+indent_style = space
+indent_size = 2 \ No newline at end of file