adjust tabulation
This commit is contained in:
parent
3fe4b8521d
commit
2d4e0274fd
1 changed files with 4 additions and 0 deletions
4
lua/custom/tabulation.lua
Normal file
4
lua/custom/tabulation.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
vim.o.tabstop = 4 -- A TAB character looks like 4 spaces
|
||||
vim.o.expandtab = true -- Pressing the TAB key will insert spaces instead of a TAB character
|
||||
vim.o.softtabstop = 4 -- Number of spaces inserted instead of a TAB character
|
||||
vim.o.shiftwidth = 4 -- Number of spaces inserted when indenting
|
||||
Loading…
Add table
Add a link
Reference in a new issue