reorganise and document each file

This commit is contained in:
2024-03-01 03:47:44 +11:00
parent 8d9206bec7
commit 1e81b64365
6 changed files with 62 additions and 12 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
[*.asm]
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.{masm.asm,nasm.asm}]
charset = latin1
end_of_line = crlf
tab_width = 4
[*.gas.asm]
end_of_line = lf
tab_width = 8