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 {
|
formatting.clang_format.with {
|
||||||
filetypes = { 'cpp' },
|
filetypes = { 'cpp', 'java' },
|
||||||
extra_args = {
|
extra_args = {
|
||||||
'--style',
|
'--style',
|
||||||
'google',
|
'google',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
formatting.beautysh,
|
formatting.beautysh,
|
||||||
formatting.google_java_format,
|
|
||||||
formatting.goimports,
|
formatting.goimports,
|
||||||
formatting.gofumpt,
|
formatting.gofumpt,
|
||||||
formatting.sql_formatter,
|
formatting.sql_formatter,
|
||||||
|
Loading…
Reference in New Issue
Block a user