changed purs indentation

This commit is contained in:
Bryan Ramos 2023-06-16 14:46:42 -04:00
parent 3b31094bd2
commit 9de44cdae2

View file

@ -11,6 +11,7 @@ vim.opt.smartindent = true
vim.cmd([[ vim.cmd([[
autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4 autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4
autocmd FileType haskell 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 vim.opt.ignorecase = true