From 9042563c56fb9fe41352ca6344333107a494b0cb Mon Sep 17 00:00:00 2001 From: Oleksandr00 <81010173+Oleksandr00@users.noreply.github.com> Date: Sat, 20 Mar 2021 11:42:45 +0200 Subject: [PATCH] Delete .editorconfig --- .editorconfig | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index fbb91329..00000000 --- a/.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -# For more information about the configurations used -# in this file, please see the EditorConfig documentation: -# -# https://editorconfig.org - -root = true - -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[*] - -charset = utf-8 -indent_size = 2 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true