Add editorconfig (#30)

* Add editorconfig

* No need to treat markdown specially
This commit is contained in:
Yuta Hiroto
2016-10-01 00:48:31 +09:00
committed by Max Stoiber
parent 9cc7d95c72
commit a47dff5db2

9
.editorconfig Normal file
View File

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