diff --git a/packages/store/.editorconfig b/.editorconfig similarity index 74% rename from packages/store/.editorconfig rename to .editorconfig index 6e87a003..9005d87c 100644 --- a/packages/store/.editorconfig +++ b/.editorconfig @@ -5,9 +5,6 @@ root = true charset = utf-8 indent_style = space indent_size = 2 +end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -[*.md] -max_line_length = off -trim_trailing_whitespace = false