This commit is contained in:
Chris
2026-04-21 08:00:23 +01:00
parent bd2349c1ba
commit 96ddb7a611
4 changed files with 7 additions and 7 deletions
+1
View File
@@ -75,6 +75,7 @@ vim.opt.softtabstop = 4
vim.opt.expandtab = true
-- Automatically indent code
vim.opt.smartindent = true
vim.opt.autoindent = true
-- Save the file when switching buffers
vim.opt.autowriteall = true