From 6e536d760b9b14a9ec1fda2561f215299102ee3d Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 22 Jan 2026 13:30:37 +0100 Subject: [PATCH] reduce editorconfig to essentials. --- .editorconfig | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.editorconfig b/.editorconfig index baf430d..88e5a33 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,29 +10,9 @@ end_of_line = LF insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -indent_size = tab -tab_width = 8 - -[*.{S,s,asm}] -tab_width = 8 - -[*.{c,h,cpp,hpp}] -tab_width = 8 - -[*.{glsl}] tab_width = 8 # forces the usage of 4 spaces [*.{py,rs,cs}] indent_style = space -tab_width = 4 - -[*.{json,jsonc}] -tab_width = 8 - -[*.{yaml,toml}] -indent_style = space -tab_width = 4 - -[*.{html,css,scss}] -tab_width = 8 +indent_size = 4