make sure java follows standard guidelines for java formatting
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
vim.bo.expandtab = true
|
||||
vim.bo.shiftwidth = 4
|
||||
vim.bo.tabstop = 4
|
||||
|
||||
local home = os.getenv("HOME") or os.getenv("USERPROFILE")
|
||||
local config = {
|
||||
cmd = { home .. '/.local/share/java/jdtls/bin/jdtls'},
|
||||
|
||||
Reference in New Issue
Block a user