Merge pull request #2327 from akshit-sharma/master

clang-format supported with nvcc (cuda files)
This commit is contained in:
w0rp
2019-03-08 21:36:43 +00:00
committed by GitHub
3 changed files with 11 additions and 2 deletions

View File

@@ -142,8 +142,8 @@ let s:default_registry = {
\ },
\ 'clang-format': {
\ 'function': 'ale#fixers#clangformat#Fix',
\ 'suggested_filetypes': ['c', 'cpp'],
\ 'description': 'Fix C/C++ files with clang-format.',
\ 'suggested_filetypes': ['c', 'cpp', 'cuda'],
\ 'description': 'Fix C/C++ and cuda files with clang-format.',
\ },
\ 'cmakeformat': {
\ 'function': 'ale#fixers#cmakeformat#Fix',