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