From 717d5e0f39703b7369b98d62a7ec85966304f895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkas=20J=C3=B3zsef?= Date: Tue, 20 Sep 2016 18:52:41 +0200 Subject: [PATCH] cleanup: Remove .editorconfig and add to gitignore --- .editorconfig | 11 ----------- .gitignore | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 72823b8e..00000000 --- a/.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -# editorconfig.org - -root = true - -[*] -charset = utf-8 -indent_size = 4 -indent_style = space -endofline = lf -trim_trailing_whitespace = true -insert_final_newline = true diff --git a/.gitignore b/.gitignore index a319be88..91c01561 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ dist *.iml *.sublime-project *.sublime-workspace +.editorconfig