Add .editorconfig and GitHub Actions workflow

This commit is contained in:
Matthew Penner
2020-07-19 11:37:07 -06:00
parent e02ffaa21d
commit b7bf0ae615
2 changed files with 64 additions and 0 deletions

18
.editorconfig Normal file
View File

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