From 34f213f5eff5cf54d2b84e2487033c7430174b53 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 24 May 2016 13:43:09 +0300 Subject: [PATCH] Add .editorconfig file See: http://editorconfig.org/ --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..d4cad33b9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# http://editorconfig.org + +[*] +end_of_line = lf +charset = utf-8 +indent_size = 4 +indent_style = tab