From 2591684d240e3f152e485dfac9513f23b23997cb Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 11 Oct 2015 12:44:37 +0300 Subject: [PATCH] Create .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..30e6d46 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +indent_style = tab +insert_final_newline = true