mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
6 lines
144 B
VimL
6 lines
144 B
VimL
" 'set exrc' in ~/.vimrc will read .vimrc from the current directory
|
|
set tabstop=8
|
|
set shiftwidth=8
|
|
set expandtab
|
|
set makeprg=GCC_COLORS=\ make
|