From 5ce93dfb5eda368babe10257228d65cb9df2971f Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Tue, 8 Jul 2025 22:58:11 +0100 Subject: [PATCH] Remove editor config --- .editorconfig | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 9c63a68..0000000 --- a/.editorconfig +++ /dev/null @@ -1,14 +0,0 @@ -# https://editorconfig.org - -root = true - -[*] -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true -charset = utf-8 -indent_style = space -indent_size = 4 - -[*.{yml,yaml}] -indent_size = 2