summaryrefslogtreecommitdiff
path: root/ftplugin/groovy.lua
blob: ae8636a89e7a675b4997ca39d0b9102e00418a5e (plain) (blame)
1
2
3
4
5
6
local l = vim.opt_local

l.expandtab = true
l.smartindent = false
l.tabstop = 4
l.shiftwidth = 4