Initial Commit

This commit is contained in:
David Todd
2020-01-18 19:53:23 -06:00
commit b6d55da74f
4 changed files with 39 additions and 0 deletions

13
.editorconfig Normal file
View File

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