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

3 lines
116 B
VimL
Raw Normal View History

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