Added builder

This commit is contained in:
2024-12-18 19:23:12 -08:00
parent d42db82558
commit 8b3a1e658a
48 changed files with 1214 additions and 292 deletions

9
builder/.editorconfig Normal file
View File

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