vim-patch:9.0.0798: clang format configuration files are not recognized (#20741)

Problem:    Clang format configuration files are not recognized.
Solution:   Use yaml for Clang format configuration files. (Marwin Glaser,
            closes vim/vim#11398)
3c708c4390
This commit is contained in:
ObserverOfTime
2022-10-19 20:08:01 +03:00
committed by GitHub
parent 96cf385a7f
commit fad558b6af
2 changed files with 2 additions and 1 deletions

View File

@@ -1676,6 +1676,7 @@ local filename = {
fglrxrc = 'xml',
['/etc/blkid.tab'] = 'xml',
['/etc/blkid.tab.old'] = 'xml',
['.clang-format'] = 'yaml',
['.clang-tidy'] = 'yaml',
['/etc/zprofile'] = 'zsh',
['.zlogin'] = 'zsh',