From ccf34809adf7a3d95a0852ba922f231ccfb10d83 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Tue, 31 Jul 2018 17:49:33 -0400 Subject: [PATCH] chore: move editorconfig to workspace --- packages/store/.editorconfig => .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename packages/store/.editorconfig => .editorconfig (74%) 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