diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 7f588f4..96d6ab4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,8 +23,12 @@ }, "cSpell.words": [ "acpi", + "bugprone", + "cppcoreguidelines", "crtc", + "crtp", "efer", + "functors", "initializable", "interprocedural", "invlpg", @@ -32,13 +36,21 @@ "iwyu", "kapi", "kstd", + "malloc", "memcmp", + "memset", "multiboot", + "nodiscard", "nolintnextline", + "nullptr", + "println", + "raii", "rdmsr", "rvalues", + "stringview", "sysret", "teachos", + "undelegated", "wrmsr" ] }
\ No newline at end of file |
