summaryrefslogtreecommitdiff
path: root/dot_editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'dot_editorconfig')
-rw-r--r--dot_editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_editorconfig b/dot_editorconfig
index 3ec8f4e..d45d72c 100644
--- a/dot_editorconfig
+++ b/dot_editorconfig
@@ -19,5 +19,9 @@ indent_style = tab
indent_style = space
indent_size = 2
+[*.org]
+# required by org mode
+tab_width = 8
+
[*.xml]
indent_size = 2