From 78162da730986951917422bc8f47bce304682299 Mon Sep 17 00:00:00 2001 From: Loong <40141251+wangl-cc@users.noreply.github.com> Date: Sun, 29 Dec 2024 15:03:04 +0000 Subject: [PATCH] chore(style): make indent size default to 2 instead of 4 --- .editorconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4d0434a0..1039bbb8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,13 +6,11 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space -indent_size = 4 +indent_size = 2 [*.rs] max_line_length = 100 - -[*.yml] -indent_size = 2 +indent_size = 4 [*.md] trim_trailing_whitespace = false