2023-01-03 22:05:09 -05:00

8 lines
130 B
Lua

local o = vim.o
local bo = vim.bo
bo.expandtab = false
bo.tabstop = 8
bo.shiftwidth = 8
bo.autoindent = true
bo.copyindent = true