remove java from formatters

This commit is contained in:
fiplox 2023-01-26 13:34:33 +01:00
parent 1cc6b8a247
commit 1cf0bff154
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function M.config()
},
},
formatting.clang_format.with {
filetypes = { 'cpp', 'java' },
filetypes = { 'cpp' },
extra_args = {
'--style',
'google',