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