From 1011e001d8006757248e5352f5e27fdf64ebeee9 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 23 Jun 2018 16:04:44 +0200 Subject: [PATCH] Update rules for clang-format Add indentation of preprocessor directives. Signed-off-by: Stefan Weil --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index c161838d4..c311a1d9e 100644 --- a/.clang-format +++ b/.clang-format @@ -2,3 +2,4 @@ BasedOnStyle: Google # Enforce always the same pointer alignment. DerivePointerAlignment: false +IndentPPDirectives: AfterHash