diff --git a/.editorconfig b/.editorconfig index c03185f9a..58ba190d7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -29,3 +29,8 @@ trim_trailing_whitespace = false [*.{yml,yaml}] indent_size = 2 max_line_length = off + +[{package.json,yarn.lock}] +indent_size = unset +indent_style = unset +max_line_length = unset