Majorly improve formatting, fix file permissions, and improve SEO.

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
2025-01-11 15:22:00 +02:00
parent f499962233
commit 358212f124
20 changed files with 524 additions and 245 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
tab_width = 2