first commit and watchtower added

This commit is contained in:
2025-10-10 08:57:31 +02:00
commit 2f644afe60
6 changed files with 45 additions and 0 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = single
[{Makefile,**.mk}]
indent_style = tab