chore(config): do not expand tabs

This commit is contained in:
Simon Lasbrugnas 2024-03-12 22:49:28 +01:00
parent 9d0aa89d1b
commit 1afc1c9be9
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -4,7 +4,7 @@ vim.opt.relativenumber = true
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.expandtab = false
vim.opt.smartindent = true
vim.opt.wrap = false