first commit

This commit is contained in:
Tim Bendt
2024-04-19 14:08:59 -06:00
commit cf50f37ede
11 changed files with 6722 additions and 0 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
# This is simple enough and addresses the needs of **Frontend Engineering**
# very well. Please do NOT overwrite this with a configuration
# that was generated by committee in the interest of 'standardization' or
# other Enterprise™ crap like that.
#
# Believe it or not but you don't **have** to tweak and customize every single
# setting available to you: defaults work pretty well many times!
#
# Keep it Simple 🙏 🌸
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{sh,py}]
indent_size = 4