Don't use Preserve for IncludeBlocks.

This commit is contained in:
gibbed 2020-02-22 12:05:37 -06:00 committed by Rick Gibbed
parent ec15da8b14
commit 6c81f32426
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: true
# Regroup causes unnecessary noise due to clang-format bug.
IncludeBlocks: Preserve