From 1844648e5cea75164b920eb9b7e4a481b8aa830e Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 26 Jul 2024 08:09:08 +0900 Subject: [PATCH] Dev: Fix setting of .editorconfig (#639) --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 75ed4cf6..b8915ed2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,8 +7,8 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -indent_style = spaces +indent_style = space tab_width = 2 -[{*.{rb,yml,md}] +[*.{rb,yml,md}] indent_size = 2