ensure indentation is two spaces when using elm
This commit is contained in:
parent
f28eb8fba2
commit
c5138201d1
1 changed files with 3 additions and 0 deletions
3
after/ftplugin/elm.lua
Normal file
3
after/ftplugin/elm.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.expandtab = true
|
Loading…
Reference in a new issue