We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874c686 commit a982badCopy full SHA for a982bad
autoload/codefmt/clangformat.vim
@@ -65,6 +65,7 @@ function! codefmt#clangformat#GetFormatter() abort
65
function l:formatter.AppliesToBuffer() abort
66
if &filetype is# 'c' || &filetype is# 'cpp' ||
67
\ &filetype is# 'proto' || &filetype is# 'javascript' ||
68
+ \ &filetype is# 'objc' || &filetype is# 'objcpp' ||
69
\ &filetype is# 'typescript'
70
return 1
71
endif
0 commit comments