From c2b84650e2736b52c828e76a82ff03fc80f3b347 Mon Sep 17 00:00:00 2001
From: skystar-p <wogus150@naver.com>
Date: Fri, 11 Aug 2017 11:36:42 +0900
Subject: [PATCH] added editorconfig

---
 .editorconfig | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..df7218d35
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+
+[*.{js,html,yml,json,handlebars}]
+indent_style = space
+indent_size = 2
+
+[*.toml]
+indent_style = space
+indent_size = 4