1
0
Fork 0

add missing packages and editorconfig

This commit is contained in:
Travis Fischer 2018-04-12 11:59:19 -04:00 committed by Joost De Cock
parent 3e343ab144
commit ef7eb0e142
3 changed files with 22 additions and 0 deletions

View file

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