Add .editorconfig

pull/230/head
bsky 2018-06-07 14:52:17 +09:00
rodzic eed7ab5fee
commit d3858930e0
1 zmienionych plików z 9 dodań i 0 usunięć

9
.editorconfig 100644
Wyświetl plik

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