BMOSP/.vscode/settings.json
2023-12-15 18:00:44 +03:00

24 lines
428 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"
}
}