From 8b8e13e1d5e8001c40fa6f358299e64b35e80b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Fri, 6 Feb 2026 11:37:09 +0100 Subject: editorconfig: set tab_width over indent_size consistently I forgor to this when I switched to indent_size=tab for consistency. --- dot_editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_editorconfig b/dot_editorconfig index 910689e..1bf57e5 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -18,11 +18,11 @@ indent_style = tab [*.{janet,json,jsonc,md,yaml,yml}] indent_style = space -indent_size = 2 +tab_width = 2 [*.org] # required by org mode tab_width = 8 [*.xml] -indent_size = 2 +tab_width = 2 -- cgit v1.2.3