Add .editorconfig, LICENSE

This commit is contained in:
2025-01-28 11:03:35 -05:00
parent b7f9873c76
commit ea41137c9c
2 changed files with 686 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 8
charset = utf-8
[*.md]
indent_style = space
indent_size = 2