format: Add .editorconfig

This commit is contained in:
peaceiris 2019-09-21 00:26:09 +09:00
parent 0f5a526792
commit 3512622901

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true