From 9a4c5bacb0b52a9d46af48e662cbe3015be50c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkas=20J=C3=B3zsef?= Date: Sat, 11 Feb 2017 22:46:21 +0100 Subject: [PATCH] Revert "cleanup: Remove .editorconfig and add to gitignore" This reverts commit 717d5e0f39703b7369b98d62a7ec85966304f895. --- .editorconfig | 11 +++++++++++ .gitignore | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..72823b8e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# 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 91c01561..a319be88 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ dist *.iml *.sublime-project *.sublime-workspace -.editorconfig