about summary refs log tree commit diff stats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 34e76d0..d0afaf3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,7 +8,7 @@ indent_style = space
 insert_final_newline = true
 trim_trailing_whitespace = true
 
-[{justfile,go.mod,go.sum,*.go,.gitmodules}]
+[{justfile,go.mod,go.sum,*.go,*.templ,.gitmodules}]
 indent_style = tab
 
 [*.yaml]