diff --git a/.editorconfig b/.editorconfig index 407f794..44489b5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,9 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false + +[package.json] +indent_size = 2 + +[bower.json] +indent_size = 2