From cd20c1ae0f9eded41aa13a529fcf75aa54f97586 Mon Sep 17 00:00:00 2001 From: Mehul Date: Wed, 16 Oct 2024 12:06:36 -0400 Subject: [PATCH] remove config --- .../Intermediate/Recipe-Sharing/.editorconfig | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Angular-JS-Projects/Intermediate/Recipe-Sharing/.editorconfig diff --git a/Angular-JS-Projects/Intermediate/Recipe-Sharing/.editorconfig b/Angular-JS-Projects/Intermediate/Recipe-Sharing/.editorconfig deleted file mode 100644 index 59d9a3a3..00000000 --- a/Angular-JS-Projects/Intermediate/Recipe-Sharing/.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -# Editor configuration, see https://editorconfig.org -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 2 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.ts] -quote_type = single - -[*.md] -max_line_length = off -trim_trailing_whitespace = false