From 1b3f33a8a9c1a3186f961aa35546580f7df1b36c Mon Sep 17 00:00:00 2001 From: Frank Karstens Date: Wed, 4 Sep 2024 14:19:58 +0200 Subject: [PATCH] chore: remove .editorconfig --- .editorconfig | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 87f11370..00000000 --- a/.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -# Stop the editor from looking for .editorconfig files in the parent directories -root = true - -[*] -# Non-configurable Prettier behaviors -# charset = utf-8 -# Tokens Studio removes the new line at the end of the json files, so prettier should, too. -insert_final_newline = false -# Caveat: Prettier won’t trim trailing whitespace inside template strings, but your editor might. -trim_trailing_whitespace = false - -# Configurable Prettier behaviors -# (change these if your Prettier config differs) -end_of_line = lf -# indent_style = space -# indent_size = 2 -# max_line_length = 80