midi generator

This commit is contained in:
2024-03-01 15:47:52 +11:00
parent 1e81b64365
commit af0dd68716
3 changed files with 174 additions and 1 deletions

View File

@@ -2,10 +2,10 @@ root = true
[*]
charset = utf-8
insert_final_newline = true
[*.asm]
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.{masm.asm,nasm.asm}]
@@ -16,3 +16,7 @@ tab_width = 4
[*.gas.asm]
end_of_line = lf
tab_width = 8
[*.py]
end_of_line = lf
tab_width = 4