From 4eebf67f805df50e605d10e3bfe22e99549c4496 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 2 Aug 2025 00:54:31 +0200 Subject: [PATCH] split apart the web languages into it's own definition --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d804f1e..aea7683 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,10 @@ indent_style = tab indent_size = tab tab_width = 8 -[*.{json,jsonc,css,scss}] +[*.{json,jsonc}] +tab_width = 4 + +[*.{html,css,scss}] tab_width = 4 [{makefile,Makefile}]