From 22556980677de9927cae785caeff785fe87787fd Mon Sep 17 00:00:00 2001 From: Werner Spiegel Date: Wed, 12 Jan 2022 11:40:31 +0100 Subject: [PATCH] cleanups --- .editorconfig | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index d841a85..0000000 --- a/.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -root = true - -[*] -end_of_line = lf -charset = utf-8 - -[*.php] -indent_style = space -indent_size = 4 -trim_trailing_whitespace = true -insert_final_newline = true