summaryrefslogtreecommitdiff
path: root/dot_editorconfig
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-27 16:45:42 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-27 16:45:42 +0100
commitbd1fedbf09eee8b747bca34c13f27ab598932fb2 (patch)
treeb602aaaa380173ef6dfa375a65c42cc1136e230a /dot_editorconfig
parentzsh: add functions.local to fpath (diff)
editorconfig: org mode wants tab-width=8
It actually yells at you every time you save if you don't have it :D
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