コーディング規則統一のため .editorconfig を追加

This commit is contained in:
Takuya Sawada 2017-05-27 23:13:47 +09:00
parent 9c2c83ca06
commit 736e58c527

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
end_of_life = lf
charset = utf-8
indent_style = tab
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2