dotfiles/symlinks/config/nvim/after/ftplugin/elixir.vim

3 lines
116 B
VimL
Raw Normal View History

2021-02-23 11:27:32 +00:00
setlocal ts=2 sts=2 sw=2 expandtab autoindent
2021-12-01 12:28:12 +00:00
let b:undo_ftplugin = '|setlocal ts< sts< sw< expandtab< autoindent<'