1
0
Fork 0

tada: Initial commit

This commit is contained in:
Joost De Cock 2019-03-03 16:04:24 +01:00
parent ba89295a6f
commit a8edde019a
19 changed files with 4922 additions and 2 deletions

View file

@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false