From e267286df630f44a7a848c4801929f507a92afe3 Mon Sep 17 00:00:00 2001 From: Sandip Date: Sun, 25 Jan 2026 15:16:21 +0545 Subject: [PATCH] Indent Size Fix --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3b510aa..2ced9ff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ [*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,css,scss,sass,less,styl}] charset = utf-8 -indent_size = 2 +indent_size = 4 indent_style = space insert_final_newline = true trim_trailing_whitespace = true