From bd1fedbf09eee8b747bca34c13f27ab598932fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Tue, 27 Jan 2026 16:45:42 +0100 Subject: editorconfig: org mode wants tab-width=8 It actually yells at you every time you save if you don't have it :D --- dot_editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3