mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
changed purs indentation
This commit is contained in:
parent
3b31094bd2
commit
9de44cdae2
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue