ensure indentation is two spaces when using elm

This commit is contained in:
tdback 2024-11-15 20:16:41 -05:00
parent f28eb8fba2
commit c5138201d1

3
after/ftplugin/elm.lua Normal file
View file

@ -0,0 +1,3 @@
vim.opt_local.shiftwidth = 2
vim.opt_local.tabstop = 2
vim.opt_local.expandtab = true