Initial commit

This commit is contained in:
ext 2025-09-23 19:39:20 +02:00
commit 05981084c9
8 changed files with 352 additions and 0 deletions

27
.editorconfig Normal file
View file

@ -0,0 +1,27 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[COMMIT_EDITMSG]
indent_size = 4
indent_style = space
max_line_length = 80
[control]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
[*.md]
max_line_length = 80
[*.{yml,yaml}]
indent_size = 2
[*.patch]
trim_trailing_whitespace = false