diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-06-15 09:20:27 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-06-15 09:20:27 +0200 |
| commit | b8f8504556a0fa2b3a24118d463f2c5a996684e9 (patch) | |
| tree | 6858456ceb08af8a9d646185184bbf230f6a8f2d /cspell.json | |
| parent | dbd599ec79e26e9e726afdde19b3aa6ca7648cda (diff) | |
| download | kernel-b8f8504556a0fa2b3a24118d463f2c5a996684e9.tar.xz kernel-b8f8504556a0fa2b3a24118d463f2c5a996684e9.zip | |
ide: move cspell words to cspell.json
Diffstat (limited to 'cspell.json')
| -rw-r--r-- | cspell.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000..bfcd6af --- /dev/null +++ b/cspell.json @@ -0,0 +1,51 @@ +{ + "version": "0.2", + "ignorePaths": [], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [ + "acpi", + "APIC", + "bugprone", + "cppcoreguidelines", + "crtc", + "crtp", + "efer", + "FACS", + "functors", + "hhdm", + "idtr", + "initializable", + "interprocedural", + "invlpg", + "invokable", + "iwyu", + "kapi", + "kstd", + "lapic", + "madt", + "malloc", + "memcmp", + "memset", + "mmio", + "multiboot", + "nodiscard", + "nolintnextline", + "nullptr", + "println", + "raii", + "rdmsr", + "RSDP", + "rsdt", + "rvalues", + "stringview", + "sysret", + "teachos", + "undelegated", + "wrmsr", + "xsdp", + "xsdt" + ], + "ignoreWords": [], + "import": [] +}
\ No newline at end of file |
