Scaffolding for VGA CHAIN4 support

This commit is contained in:
Jeff Parsons 2015-06-30 20:29:51 -07:00
commit 718073f45f
9 changed files with 869 additions and 30 deletions

View file

@ -7,7 +7,7 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.bas]
[*.BAS,*.bas]
indent_style = space
indent_size = 8
trim_trailing_whitespace = true
@ -17,6 +17,11 @@ indent_style = tab
indent_size = 8
trim_trailing_whitespace = true
[{*.C,*.H,*.c,*.h}]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[modules/**.js]
indent_style = space
indent_size = 4