diff --git a/.editorconfig b/.editorconfig index 5cf88b9b..0216e875 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,13 +13,13 @@ max_line_length = 100 indent_size = 2 max_line_length = off -[*.toml] -indent_size = 2 - -[*.json] +[*.{toml,json}] indent_size = 2 # YAML requires space indentation by spec [*.{yml,yaml}] indent_size = 2 indent_style = space + +[*.rs] +indent_style = space