This commit is contained in:
Bryan Ramos 2023-06-17 13:02:04 -04:00
parent d17569b71c
commit 6e22df710b
2 changed files with 2 additions and 6 deletions

View file

@ -10,8 +10,6 @@ vim.opt.smartindent = true
vim.cmd([[
autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4
autocmd FileType haskell setlocal tabstop=4 shiftwidth=4 softtabstop=4
autocmd FileType purescript setlocal tabstop=4 shiftwidth=4 softtabstop=4
]])
vim.opt.ignorecase = true