summaryrefslogtreecommitdiff
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 145dc3740..808512ec0 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,6 +6,10 @@ root = true
end_of_line = lf
tab_width = 8
indent_size = 2
+indent_style = tab
+
+[ChangeLog]
+indent_size = 8
[*.[ch]]
indent_size = 4