From 6ecd64652f200259e17e2dd22ac8f043ef7f61cf Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 14 Jul 2025 11:41:25 +0200 Subject: [PATCH] change default tab_width to 8 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5938874..d0bc34c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = tab indent_size = tab -tab_width = 4 +tab_width = 8 [*.{md,json,css,scss}] tab_width = 2