mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
{
|
|
"z80-macroasm.format.enabled": true,
|
|
"z80-macroasm.format.baseIndent": 1,
|
|
"z80-macroasm.format.whitespaceAfterInstruction": "tab",
|
|
"z80-macroasm.format.uppercaseKeywords": true,
|
|
"z80-macroasm.format.spaceAfterArgument": true,
|
|
"z80-macroasm.format.hexaNumberStyle": "motorola",
|
|
"z80-macroasm.format.hexaNumberCase": true,
|
|
"files.trimTrailingWhitespace": false,
|
|
"files.eol": "\r\n",
|
|
"files.associations": {
|
|
"*.inc": "z80-macroasm",
|
|
"*.asm": "z80-macroasm",
|
|
"*.180": "z80-macroasm",
|
|
"*.asm.m4": "z80-macroasm",
|
|
"*.inc.m4": "z80-macroasm",
|
|
"*.mac": "z80-macroasm",
|
|
"*.asmpp": "z80-macroasm",
|
|
"*.zdsproj": "xml",
|
|
"*.Z80": "z80-macroasm",
|
|
"ch376.h": "c",
|
|
"protocol.h": "c",
|
|
"usb_state.h": "c",
|
|
"functional": "c",
|
|
"class_scsi.h": "c",
|
|
"z80.h": "c",
|
|
"dev_transfers.h": "c",
|
|
"usb-base-drv.h": "c",
|
|
"critical-section.h": "c",
|
|
"enumerate.h": "c",
|
|
"ch376inc.h": "c",
|
|
"enumerate_storage.h": "c",
|
|
"work-area.h": "c",
|
|
"hbios-driver-storage.h": "c",
|
|
"class_hid_keyboard.h": "c",
|
|
"print.h": "c"
|
|
}
|
|
}
|
|
|