diff --git a/.editorconfig b/.editorconfig index ab1f8b8..6cab05c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,9 @@ trim_trailing_whitespace = true [*.rs] indent_size = 4 +[*.json] +indent_size = 2 + [*.yaml] indent_size = 2