From d374003757d5da87cfab11246f8d5b12b40fed61 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 2 Aug 2025 00:52:47 +0200 Subject: [PATCH] set tab width to 4 for those that were <4 --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index b335bd3..4b73b1a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,10 +10,10 @@ indent_size = tab tab_width = 8 [*.{md,json,jsonc,css,scss}] -tab_width = 2 +tab_width = 4 [{makefile,Makefile}] -tab_width = 2 +tab_width = 4 [*.{c,cpp,h,hpp}] tab_width = 8 @@ -26,4 +26,4 @@ tab_width = 4 [*.{yaml,toml}] indent_style = space indent_size = tab -tab_width = 2 +tab_width = 4