trying to fix auto indenting on some files

This commit is contained in:
dlond 2025-05-20 19:35:23 +12:00
parent d9c09a23cd
commit eb6772ea33
1 changed files with 1 additions and 1 deletions

View File

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