Initial commit

This commit is contained in:
Marko Korhonen 2023-11-11 15:13:20 +02:00
commit 92e756977d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
9 changed files with 4119 additions and 0 deletions

15
.editorconfig Normal file
View file

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