Initial revision

This commit is contained in:
Holger Müller
2025-02-02 17:39:52 +01:00
parent 2499913094
commit 4630fde371
2 changed files with 14 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,cpp}]
indent_style = space
indent_size = 4
max_line_length = 155
+2
View File
@@ -0,0 +1,2 @@
build/
.vscode/