diff --git a/.editorconfig b/.editorconfig index 0f7aa46..745efcc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,10 +7,10 @@ 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,sh,md}] +[*.{rb,yml,sh,md}] indent_size = 2 [*.c]