chore: root .editorconfig and hardened .gitignore (closes #15)
All checks were successful
check / check (push) Successful in 45s

This commit was merged in pull request #35.
This commit is contained in:
2026-08-10 15:47:49 +02:00
parent fbfe1df349
commit a644efe9ff
3 changed files with 32 additions and 2 deletions

12
.editorconfig Normal file
View File

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