From c307c0a3bb42651170f1aa84fcab24b2159aa06d Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Thu, 4 Jan 2024 09:32:58 -0700 Subject: [PATCH] Update .editorconfig --- .editorconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index c6c8b36..803737f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,8 +2,6 @@ root = true [*] indent_style = space -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true