💄 style(nvim): 2 spaces as indentation
This commit is contained in:
parent
0422e1304c
commit
fd4bee21b4
2 changed files with 42 additions and 43 deletions
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
indent_type = "Spaces"
|
indent_type = "Spaces"
|
||||||
indent_width = 4
|
indent_width = 2
|
||||||
column_width = 120
|
column_width = 120
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue