We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1822415 commit 3f5ddc6Copy full SHA for 3f5ddc6
autoload/codefmt/clangformat.vim
@@ -118,7 +118,8 @@ function! codefmt#clangformat#GetFormatter() abort
118
if &filetype is# 'c' || &filetype is# 'cpp' ||
119
\ &filetype is# 'proto' || &filetype is# 'javascript' ||
120
\ &filetype is# 'objc' || &filetype is# 'objcpp' ||
121
- \ &filetype is# 'typescript' || &filetype is# 'arduino'
+ \ &filetype is# 'typescript' || &filetype is# 'arduino' ||
122
+ \ &filetype is# 'cuda'
123
return 1
124
endif
125
" Version 3.6 adds support for java
0 commit comments