Initial commit

This commit is contained in:
mtkennerly
2019-07-16 03:31:45 -04:00
commit 178455555b
24 changed files with 6168 additions and 0 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{feature,json,md,yaml,yml}]
indent_size = 2