From 3beec8d4fa037a8814b697d238727b729214e805 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Sun, 10 May 2020 11:11:40 +0200 Subject: clang-format: indent preprocessor directives, so nesting levels can be better seen --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index fd5d9a41..d1051cb8 100644 --- a/.clang-format +++ b/.clang-format @@ -72,7 +72,7 @@ IncludeCategories: Priority: 3 IncludeIsMainRegex: '([-_](test|unittest))?$' IndentCaseLabels: true -IndentPPDirectives: None +IndentPPDirectives: AfterHash IndentWidth: 2 IndentWrappedFunctionNames: false JavaScriptQuotes: Leave -- cgit 1.4.1