chores & lints

This commit is contained in:
David Arnold 2020-06-04 12:41:04 -05:00
parent 1652d2fe4a
commit 9ed519ec69
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
13 changed files with 234 additions and 43 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true