This commit is contained in:
2025-09-18 09:45:22 -06:00
parent e3de5342ce
commit 8e82274d30
8 changed files with 100 additions and 2 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# EditorConfig helps maintain consistent coding styles
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false