From fd44c52dd0f1488d3ae0580623758373fd783177 Mon Sep 17 00:00:00 2001 From: Autumn60 Date: Sun, 11 Aug 2024 13:17:29 +0900 Subject: [PATCH] add .clang-format to ignore list in .cspell.json Signed-off-by: Autumn60 --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index 1c58d051..550d2344 100644 --- a/.cspell.json +++ b/.cspell.json @@ -18,6 +18,7 @@ "**/.vscode/**", "**/build/**", "**/CHANGELOG.rst", + "**/.clang-format", "**/CPPLINT.cfg", "**/Doxyfile", "**/install/**",