Force to use LF and add editorconfig

This commit is contained in:
Yuya Ochiai
2016-02-26 00:06:41 +09:00
parent 50084fe74f
commit 7defd861e8
3 changed files with 39 additions and 28 deletions

8
.editorconfig Normal file
View File

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