From 27b50850b2a0d89536c97659f6bfb5c0ee363716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Thu, 10 Nov 2022 17:53:37 +0100 Subject: [PATCH] Remove redundant editorconfigs --- spot-client/.editorconfig | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 spot-client/.editorconfig diff --git a/spot-client/.editorconfig b/spot-client/.editorconfig deleted file mode 100644 index a467ee9..0000000 --- a/spot-client/.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -indent_style = tab -tab_width = 4