doc: extend CODE_QUALITY.md with two more items
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Jun 2018 10:03:13 +0000 (12:03 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 12 Jun 2018 11:05:38 +0000 (13:05 +0200)
doc/CODE_QUALITY.md

index 9bfa6de..fd32e06 100644 (file)
@@ -50,5 +50,12 @@ available functionality:
     codebase. Reports are available
     [online](https://oss-fuzz.com/v2/testcases?project=systemd).
 
+12. Our tree includes `.editorconfig`, `.dir-locals.el` and `.vimrc` files, to
+    ensure that editors follow the right indenting coding styles automatically.
+
+13. When building systemd from a git checkout the build scripts will
+    automatically enabled a git commit hook that ensures whitespace
+    cleanliness.
+
 Access to Coverity and oss-fuzz reports is limited. Please reach out the the
 maintainers is you need access.