From f0f83e2b3b341ae474c2fd500d38e46f3e6298aa Mon Sep 17 00:00:00 2001 From: Shidorien Date: Fri, 22 Dec 2023 01:28:29 +0100 Subject: [PATCH] Update indent size to 4 spaces in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4a7ea303..779f99a1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] indent_style = space -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true