From 751bcbefc04b4be1b302c4a8496aae1d2c2c5edc Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sun, 28 Jan 2024 07:28:30 -0800 Subject: [PATCH] Delete .editorconfig --- .editorconfig | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 6cda7f071d..0000000000 --- a/.editorconfig +++ /dev/null @@ -1,19 +0,0 @@ -# Top-most EditorConfig file -root = true - -# Set the indentation style and size for TypeScript and JavaScript files -[*.{js,ts,tsx}] -indent_style = space -indent_size = 2 - -# Specify indentation for JSX and React files -[*.{jsx,tsx}] -indent_size = 2 - -# Specify line endings and encoding -end_of_line = lf -charset = utf-8 - -# Enforce whitespace conventions -trim_trailing_whitespace = true -insert_final_newline = true \ No newline at end of file