From 07bbbe8ad0b74734bc96218e9b8e867349db2cfe Mon Sep 17 00:00:00 2001 From: KOUNOIKE Yuusuke Date: Tue, 7 Mar 2017 22:56:19 +0900 Subject: [PATCH] Add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..0cb911091 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 2 + +[*.java] +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4