aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index b6673c1762..8abec398db 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -370,6 +370,9 @@ au BufNewFile,BufRead *.ch call dist#ft#FTchange()
" ChordPro
au BufNewFile,BufRead *.chopro,*.crd,*.cho,*.crdpro,*.chordpro setf chordpro
+" Clang-tidy
+au BufNewFile,BufRead .clang-tidy setf yaml
+
" Clean
au BufNewFile,BufRead *.dcl,*.icl setf clean