From 398c884e34be6417886bd60f7caa01b69d43f402 Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Tue, 27 May 2025 17:36:05 -0400 Subject: [PATCH] Delete .editorconfig --- .editorconfig | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 51bd461..0000000 --- a/.editorconfig +++ /dev/null @@ -1,12 +0,0 @@ -# top-most EditorConfig file -root = true - -# Unix-style newlines with a newline ending every file -[*] -end_of_line = lf -insert_final_newline = true -indent_style = space -indent_size = 2 - -[*.{js,json,ts,tsx}] -charset = utf-8 \ No newline at end of file