vim: Disable spell checking in .clang-format

Find's a bunch of false positives.

TODO: <COMMENT>
This commit is contained in:
2025-03-11 11:18:40 +01:00
parent f04bf65272
commit a73334c8f0
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
autocmd BufNewFile,BufRead .clang-format set filetype=yaml.clang-format

View File

@@ -0,0 +1,2 @@
" TODO: continue to check in comments
setlocal nospell