diff --git a/.editorconfig b/.editorconfig index 23a805b49f..125f7f5de9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ indent_style = space insert_final_newline = true indent_size = 2 -[*.{rs,py,pyi}] +[*.{rs,py,pyi,toml}] indent_size = 4 [*.snap] @@ -18,6 +18,3 @@ trim_trailing_whitespace = false [*.md] max_line_length = 100 - -[*.toml] -indent_size = 4 \ No newline at end of file