use clang-format for java format
This commit is contained in:
parent
6fb97b4796
commit
810dbdb342
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user