adding /public/ to the mix, pt2

This commit is contained in:
Don Harper 2022-06-05 09:09:00 -05:00
parent 16b7e6391b
commit 1b1f40bf5e
106 changed files with 22261 additions and 0 deletions

View file

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