chore(editor): Add Editorconfig

This commit is contained in:
tsuyoshiwada 2018-02-15 00:01:17 +09:00
parent 8b6430ea17
commit 78c2f1e909

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
[Makefile]
indent_style = tab