diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 02137561..015dab80 100644 --- a/.clang-format +++ b/.clang-format @@ -7,8 +7,10 @@ AlignConsecutiveDeclarations: true AlignTrailingComments: true AlignEscapedNewlines: Left PointerAlignment: Right +DerivePointerAlignment: false ForEachMacros: ['NNI_LIST_FOREACH'] AlwaysBreakAfterReturnType: TopLevelDefinitions SpaceAfterCStyleCast: true AllowShortFunctionsOnASingleLine: Inline BreakBeforeBinaryOperators: None +TabWidth: 8 |
