mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-29 10:48:46 -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
|