From 1a005a5a5acc942991b43e445b2e352458642a16 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:45:58 -0800 Subject: [PATCH] drop editor config --- frontend/.editorconfig | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 frontend/.editorconfig diff --git a/frontend/.editorconfig b/frontend/.editorconfig deleted file mode 100644 index c18f89d..0000000 --- a/frontend/.editorconfig +++ /dev/null @@ -1,12 +0,0 @@ -root = true - -[*] -end_of_line = lf -insert_final_newline = true - -# Matches multiple files with brace expansion notation -[*.{js,jsx,html,sass,vue,ts,tsx,json}] -charset = utf-8 -indent_style = tab -indent_size = 2 -trim_trailing_whitespace = true