This commit is contained in:
2024-09-09 19:07:54 -04:00
parent b8cbda3f63
commit f0b807891b
8 changed files with 4 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
vim.opt.tabstop = 8
vim.opt.softtabstop = 8
vim.opt.shiftwidth = 8
vim.opt.noexpandtab = true