finish cleanup

This commit is contained in:
2025-03-19 22:04:23 +02:00
parent 2194b33af7
commit 1cd14ad69f
11 changed files with 1745 additions and 0 deletions

11
3rd/str/.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[Makefile]
indent_size = 8