From 8d5a9ddade15e477453b77ab3ecefbaaf83d6c0c Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Wed, 27 Sep 2017 15:13:24 +0300 Subject: [PATCH] Added .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..0ebda73f7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*.ksy] +charset=utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +