mirror of
1
0
Fork 0

add editorconfig

This commit is contained in:
Stefanos Kalantzis 2018-05-23 10:44:18 +02:00
parent 4f22b11224
commit 7e69583736
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 2
indent_style = space
trim_trailing_whitespace = true