diff --git a/.editorconfig b/.editorconfig index 541fc2d..ab5fd23 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,7 @@ charset = utf-8 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true + +[package.json] +indent_style = space +tab_width = 2