initialize repository

This commit is contained in:
2025-03-19 21:04:40 +01:00
commit a982c884d3
3 changed files with 92 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h}]
indent_style = tab
indent_size = 4
[{makefile,Makefile}]
indent_style = tab
indent_size = 2