trying to fix auto indenting on some files part 2

This commit is contained in:
dlond 2025-05-20 19:41:06 +12:00
parent eb6772ea33
commit 2bbca46cd9
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ vim.g.have_nerd_font = true
-- Indentation settings -- Indentation settings
vim.o.expandtab = true vim.o.expandtab = true
-- vim.o.smartindent = true vim.o.smartindent = true
vim.o.autoindent = true
vim.o.tabstop = 4 vim.o.tabstop = 4
vim.o.shiftwidth = 4 vim.o.shiftwidth = 4