]> git.ipfire.org Git - thirdparty/systemd.git/blob - .vimrc
Merge pull request #2290 from vcaputo/normalize-log-source-priorities
[thirdparty/systemd.git] / .vimrc
1 " 'set exrc' in ~/.vimrc will read .vimrc from the current directory
2 " Warning: Enabling exrc is dangerous! You can do nearly everything from a
3 " vimrc configuration file, including write operations and shell execution.
4 " You should consider setting 'set secure' as well, which is highly
5 " recommended!
6 set tabstop=8
7 set shiftwidth=8
8 set expandtab
9 set makeprg=GCC_COLORS=\ make
10 set tw=119