use clang-format for java format

This commit is contained in:
fiplox 2023-01-22 16:45:43 +01:00
parent 6fb97b4796
commit 810dbdb342
1 changed files with 1 additions and 2 deletions

View File

@ -29,14 +29,13 @@ function M.config()
},
},
formatting.clang_format.with {
filetypes = { 'cpp' },
filetypes = { 'cpp', 'java' },
extra_args = {
'--style',
'google',
},
},
formatting.beautysh,
formatting.google_java_format,
formatting.goimports,
formatting.gofumpt,
formatting.sql_formatter,