From 2ae24f588c1d634aa20809a748e83e0f30e5c3c8 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 21 Jan 2026 10:14:59 +0100 Subject: [PATCH] Remove a large section of .editorconfig to allow for customisation with specifying a tab width. Users of the codebase may now use `tab_width` to override the preferred indentation width, i.e. the width of the tabulation character. --- .editorconfig | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.editorconfig b/.editorconfig index f62c117..c6d6110 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,18 +9,8 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -[*.{c,h}] indent_style = tab -indent_size = tab - -[{makefile}] -indent_style = tab -indent_size = tab - -[*.{json}] -indent_style = tab -indent_size = tab +indent_size = 8 [*.{yaml}] indent_style = space