Fixed some minor bugs (problems with autostart, duplicate machine IDs, etc)
This commit is contained in:
parent
b60e988aba
commit
3069d317c6
164 changed files with 7277 additions and 934 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue