initial commit

This commit is contained in:
2025-04-24 17:20:18 +02:00
commit b14387c40a
5 changed files with 161 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
[{*.s,Makefile}]
indent_style = tab
indent_size = 8