Scaffolding for VGA CHAIN4 support
This commit is contained in:
parent
965ee01f99
commit
718073f45f
9 changed files with 869 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue