Add .editorconfig

This commit is contained in:
KOUNOIKE Yuusuke
2017-03-07 22:56:19 +09:00
parent e56c7472c4
commit 07bbbe8ad0

13
.editorconfig Normal file
View File

@@ -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