💄 style(nvim): 2 spaces as indentation

This commit is contained in:
Sergio Laín 2023-10-07 23:02:39 +02:00
parent 0422e1304c
commit fd4bee21b4
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 42 additions and 43 deletions

View file

@ -82,7 +82,7 @@ end
vim.opt.shell = "fish" vim.opt.shell = "fish"
vim.opt.shiftwidth = 4 -- vim.opt.shiftwidth = 4
vim.opt.tabstop = 4 -- vim.opt.tabstop = 4
vim.opt.smartindent = true -- vim.opt.smartindent = true
vim.opt.expandtab = true -- vim.opt.expandtab = true

View file

@ -1,4 +1,3 @@
indent_type = "Spaces" indent_type = "Spaces"
indent_width = 4 indent_width = 2
column_width = 120 column_width = 120