vim: Disable spell checking in .clang-format
Find's a bunch of false positives. TODO: <COMMENT>
This commit is contained in:
1
.config/vim/ftdetect/clang-format.vim
Normal file
1
.config/vim/ftdetect/clang-format.vim
Normal file
@@ -0,0 +1 @@
|
||||
autocmd BufNewFile,BufRead .clang-format set filetype=yaml.clang-format
|
||||
2
.config/vim/ftplugin/clang-format.vim
Normal file
2
.config/vim/ftplugin/clang-format.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" TODO: continue to check in comments
|
||||
setlocal nospell
|
||||
Reference in New Issue
Block a user