From b8f8504556a0fa2b3a24118d463f2c5a996684e9 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 15 Jun 2026 09:20:27 +0200 Subject: ide: move cspell words to cspell.json --- cspell.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 cspell.json (limited to 'cspell.json') 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 -- cgit v1.2.3