aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/jsonc.lua
blob: a6321ff70a3ccd4c794e83bd9ce8b44a94fee44e (plain)
1
2
3
4
5
local opt = vim.opt_local

opt.expandtab = true
opt.shiftwidth = 2
opt.tabstop = 2