Fix bootloader

This commit is contained in:
2024-12-11 18:52:55 -08:00
parent bebed12bf4
commit 3fc40ce6be
2 changed files with 7 additions and 4 deletions

View File

@ -6,4 +6,7 @@ indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = false
[*.asm]
indent_style = space