CI/CD & Formatting (#6)

* Improve autoformatting guides, add editorconfig and add CI/CD
This commit is contained in:
Safin Singh
2020-10-13 09:57:50 -07:00
committed by elkowar
parent 4d6b38f3e1
commit c57713ca9a
17 changed files with 209 additions and 98 deletions

8
.editorconfig Normal file
View File

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