Add config module

This commit is contained in:
C-3PO 2018-06-21 14:17:21 +02:00
parent 9b0db464ef
commit e93190c723
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
7 changed files with 126 additions and 2 deletions

9
.editorconfig Normal file
View file

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