Fixed some minor bugs (problems with autostart, duplicate machine IDs, etc)

This commit is contained in:
Jeff Parsons 2015-02-05 13:25:55 -08:00 committed by jeffpar
commit 3069d317c6
164 changed files with 7277 additions and 934 deletions

View file

@ -7,6 +7,11 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.bas]
indent_style = space
indent_size = 8
trim_trailing_whitespace = true
[{*.ASM,*.INC}]
indent_style = tab
indent_size = 8