mirror of
https://github.com/systemd/systemd
synced 2024-11-02 19:41:12 +00:00
5 lines
144 B
VimL
5 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
|