1
0
Fork 0
emk/.vscode/settings.json

35 lines
No EOL
815 B
JSON

{
"files.associations": {
"cstdio": "c",
"stdarg.h": "c",
"idt.h": "c",
"limine.h": "c",
"stddef.h": "c",
"stdint.h": "c",
"typeinfo": "c",
"log.h": "c",
"pmm.h": "c",
"paging.h": "c",
"emk.h": "c",
"heap.h": "c",
"vmm.h": "c",
"align.h": "c",
"cpu.h": "c",
"nanoprintf.h": "c",
"flanterm.h": "c",
"serial.h": "c",
"kpanic.h": "c",
"smp.h": "c",
"string_view": "c",
"lapic.h": "c",
"spinlock.h": "c",
"fb.h": "c",
"acpi.h": "c",
"madt.h": "c",
"ioapic.h": "c",
"stdatomic.h": "c"
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true
}