Switch to 2-space indent — I have changed as a person

This commit is contained in:
Jonas Müller 2025-12-08 22:00:00 +00:00
parent b7100affa5
commit 80236a0cea

View file

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