diff --git a/.editorconfig b/.editorconfig index 23cc4257..2ec19b78 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,5 +12,8 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false -[composer.json] -indent_style = space \ No newline at end of file +[{composer.json,package.json}] +indent_style = space + +[package.json] +indent_size = 2 \ No newline at end of file