Cross Reference: /systemd/.editorconfig
History log of /systemd/.editorconfig
Revision Date Author Comments + Modified files
2eb169bd02256d1229daddcb7fc9c6f17f532bc4 10-Feb-2016 Lennart Poettering <lennart@poettering.net>

editors: only extend line width to 119 for C and XML files For all other files leave the line width at 79 as before. This is a good idea since we generally don't want text files such as catalog files, unit files or README/NEWS files to be line-broken at 119 since they are regularly browsed on text terminals. While we are at it, also add a couple of comments to the various files. (Note that .editorconfig doesn't carry line-width information, simply because the specification doesn't know the concept.)

db787e79264e0bb996528b505377a9f935b1e186 23-Nov-2015 Christian Hesse <mail@eworm.de>

add editorconfig configuration We want indention with spaces, so specify in editorconfig. http://editorconfig.org/