mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 16:58:38 -05:00
8 lines
154 B
VimL
8 lines
154 B
VimL
setlocal autoindent
|
|
setlocal expandtab
|
|
setlocal indentkeys-=<:>
|
|
setlocal iskeyword+=-,$,#
|
|
setlocal shiftwidth=2
|
|
setlocal softtabstop=2
|
|
setlocal tabstop=2
|