From bb3793acd40f92c851f554226c33ec6d2625a5eb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 15 Jan 2017 08:11:49 +0900 Subject: [PATCH] Add editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d96a5dd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_style = tab +indent_size = 2 +charset = utf-8 +insert_final_newline = true + +[*.json] +indent_style = space