From f578bf5286125ef271b035ef2708d0add72f4d01 Mon Sep 17 00:00:00 2001 From: Goooler Date: Mon, 14 Nov 2022 09:53:52 +0800 Subject: [PATCH] Set default indent style to space --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 87f98092e2..36555b4347 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] charset = utf-8 indent_size = 4 +indent_style = space insert_final_newline = true max_line_length = 100 trim_trailing_whitespace = true