aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 2d3929b591..82e121a417 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,6 +8,10 @@ insert_final_newline = true
indent_style = tab
tab_width = 8
+[templates/hooks/*.sample]
+indent_style = tab
+tab_width = 8
+
[*.py]
indent_style = space
indent_size = 4