Defined layers with macros and rearranged code

Closes: #2
This commit is contained in:
2022-07-19 08:45:18 -07:00
parent 225f89c91f
commit fab3cef86d
28 changed files with 721 additions and 512 deletions

View File

@ -0,0 +1,10 @@
# EditorConfig is awesome: https://EditorConfig.org
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false