diff --git a/.editorconfig b/.editorconfig index d5c7d13..17a2007 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ trim_trailing_whitespace = true [*.tofu] indent_size = 2 indent_style = space + +[*.json] +indent_size = 2 +indent_style = space