]> git.ipfire.org Git - thirdparty/systemd.git/blame - .vimrc
Merge pull request #2054 from keszybz/nss-link-less-2
[thirdparty/systemd.git] / .vimrc
CommitLineData
c97e8d10 1" 'set exrc' in ~/.vimrc will read .vimrc from the current directory
f1d075ff
CH
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!
c97e8d10
KS
6set tabstop=8
7set shiftwidth=8
8set expandtab
3396c37f 9set makeprg=GCC_COLORS=\ make
e84750c9 10set tw=119