Update rules for clang-format

Add indentation of preprocessor directives.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-06-23 16:04:44 +02:00
parent b970fae201
commit 1011e001d8

View File

@ -2,3 +2,4 @@
BasedOnStyle: Google
# Enforce always the same pointer alignment.
DerivePointerAlignment: false
IndentPPDirectives: AfterHash