From 4a653485571cbda0c17c3d8fa3be850d890d8d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Fri, 23 Jan 2026 01:01:55 +0100 Subject: editorconfig: default to indentation of 4, regardless of tabs/spaces --- dot_editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dot_editorconfig') diff --git a/dot_editorconfig b/dot_editorconfig index 46c3721..3ec8f4e 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -7,11 +7,13 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +# whether tabs or spaces, default to 4 +indent_size = tab +tab_width = 4 # don't mess with my makefiles thanks [Makefile] indent_style = tab -indent_size = 4 [*.{janet,json,jsonc,md,yaml,yml}] indent_style = space -- cgit v1.2.3