diff --git a/.clang-format b/.clang-format index 64c7e99e87f..7d5726ef1a9 100644 --- a/.clang-format +++ b/.clang-format @@ -4,3 +4,7 @@ BreakBeforeBraces: WebKit PointerAlignment: Middle FixNamespaceComments: false SortIncludes: Never +#PPIndentWidth: -1 +#IndentPPDirectives: BeforeHash +SpaceAfterCStyleCast: true +SpaceAfterTemplateKeyword: false