Revert to 4-space indent — couldn't read any of my Rust code this morning

This commit is contained in:
Jonas Müller 2025-12-09 09:00:00 +00:00
parent 80236a0cea
commit ef049698a7

View file

@ -3,8 +3,8 @@
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.wrap = false
vim.opt.scrolloff = 8