Added editor config

This commit is contained in:
Eduard Urbach 2016-11-02 22:52:11 +09:00
parent 881538a500
commit fa848a63ea

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.yml]
indent_style = space