Groundwork for loading local disk images in PCjs

This commit is contained in:
Jeff Parsons 2014-11-09 18:57:13 -08:00 committed by jeffpar
commit 43860a588c
20 changed files with 1355 additions and 1157 deletions

View file

@ -7,7 +7,12 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.js]
[*.asm]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = true
[my_modules/**.js]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
@ -17,9 +22,10 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[lib/**.js]
[*.map]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
indent_style = tab