1
0
Fork 0
mirror of synced 2024-05-24 11:10:26 -04:00

add editorconfig

This commit is contained in:
Stefanos Kalantzis 2018-05-23 10:44:18 +02:00
parent 4f22b11224
commit 7e69583736

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