diff --git a/.editorconfig b/.editorconfig index 4fab3f6e243..01f3b100338 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,6 +24,10 @@ trim_trailing_whitespace = false [*.svg] insert_final_newline = false +[package*.json] +indent_size = 2 +indent_style = space + [build/psalm-baseline.xml] indent_size = 2 indent_style = space