Revert to 4-space indent — couldn't read any of my Rust code this morning
This commit is contained in:
parent
80236a0cea
commit
ef049698a7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue