we have a gauge! next up, let's style the page

This commit is contained in:
Liam Morley 2021-09-28 16:28:23 -04:00 committed by Alex Basson
parent 5d6c1000f4
commit 25578a896f
29 changed files with 614 additions and 112 deletions

9
.editorconfig Normal file
View file

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