Merge pull request #1480 from kounoike/pr-editorconfig

Add .editorconfig
This commit is contained in:
Naoki Takezoe
2017-03-09 16:55:25 +09:00
committed by GitHub

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