java: fix autoformatter that comes with jdtls

This commit is contained in:
kossLAN 2024-09-01 01:03:10 -04:00
parent 01583ed06c
commit 30c6c69557
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 12 additions and 3 deletions

View file

@ -31,9 +31,9 @@ opt.spell = true
opt.spelllang = 'en'
opt.expandtab = true
opt.tabstop = 2
opt.softtabstop = 2
opt.shiftwidth = 2
opt.tabstop = 4
opt.softtabstop = 4
opt.shiftwidth = 4
opt.foldenable = true
opt.history = 2000
opt.nrformats = 'bin,hex' -- 'octal'