BMOSP/.vscode/settings.json

28 lines
503 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.eol": "\n",
"files.associations": {
"array": "cpp",
"bitset": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"complex": "cpp",
"string": "cpp",
"limine.h": "c",
"tool.h": "c",
"sys.h": "c",
"arch.h": "c",
"fb.h": "c",
"system.h": "c",
"mod.h": "c",
"modstd.h": "c",
"stdbool.h": "c",
"stdint.h": "c",
"types.h": "c",
"random": "c",
"6x8_slim_font.h": "c",
"log.h": "c",
"mem.h": "c",
"lock.h": "c"
}
}