{ "cmake.useCMakePresets": "always", "cmake.options.statusBarVisibility": "visible", "clangd.arguments": [ "--compile-commands-dir=${workspaceFolder}/build", "--query-driver=**/x86_64-pc-elf-g++" ], "files.associations": { "**/kstd/include/kstd/**": "cpp", }, "[cpp]": { "editor.formatOnSave": true, "editor.tabSize": 2, }, "[gas]": { "editor.rulers": [ 80 ] }, "cSpell.words": [ "acpi", "crtc", "efer", "interprocedural", "invlpg", "iwyu", "kapi", "kstd", "memcmp", "multiboot", "nolintnextline", "rdmsr", "rvalues", "teachos", "wrmsr" ] }