c97e8d10fe35ab282725deb3e05542a598e46cb1Kay Sievers" 'set exrc' in ~/.vimrc will read .vimrc from the current directory
f1d075ff06de4d0cbf99acd36f0fcadd50d221beChristian Hesse" Warning: Enabling exrc is dangerous! You can do nearly everything from a
f1d075ff06de4d0cbf99acd36f0fcadd50d221beChristian Hesse" vimrc configuration file, including write operations and shell execution.
f1d075ff06de4d0cbf99acd36f0fcadd50d221beChristian Hesse" You should consider setting 'set secure' as well, which is highly
f1d075ff06de4d0cbf99acd36f0fcadd50d221beChristian Hesse" recommended!
2eb169bd02256d1229daddcb7fc9c6f17f532bc4Lennart Poettering" Note that we set a line width of 119 for .c and XML files, but for everything
2eb169bd02256d1229daddcb7fc9c6f17f532bc4Lennart Poettering" else (such as journal catalog files, unit files, README files) we stick to a
2eb169bd02256d1229daddcb7fc9c6f17f532bc4Lennart Poettering" more conservative 79 characters.
2eb169bd02256d1229daddcb7fc9c6f17f532bc4Lennart Poettering" NOTE: If you update this file make sure to update .dir-locals.el and
2eb169bd02256d1229daddcb7fc9c6f17f532bc4Lennart Poettering" .editorconfig, too.
c97e8d10fe35ab282725deb3e05542a598e46cb1Kay Sieversset tabstop=8
c97e8d10fe35ab282725deb3e05542a598e46cb1Kay Sieversset shiftwidth=8
c97e8d10fe35ab282725deb3e05542a598e46cb1Kay Sieversset expandtab
3396c37f91a1a62d65b9dc5251246678a5cd381fKay Sieversset makeprg=GCC_COLORS=\ make
2eb169bd02256d1229daddcb7fc9c6f17f532bc4Lennart Poetteringau FileType xml set tw=119
2eb169bd02256d1229daddcb7fc9c6f17f532bc4Lennart Poetteringau FileType c set tw=119