sensible tabs

This commit is contained in:
Noa Aarts 2025-11-23 12:37:24 +01:00
parent ece9feda38
commit a48da18fd6
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -32,6 +32,10 @@ vim.o.showmode = false
-- vim.o.clipboard = 'unnamedplus'
-- end)
vim.o.tabstop = 4;
vim.o.shiftwidth = 4;
vim.o.expandtab = true;
-- Enable break indent
vim.o.breakindent = true