Use newer clang+llvm+clang-format.

This commit is contained in:
gibbed
2020-02-22 10:56:09 -06:00
committed by Rick Gibbed
parent 2ad5ee8ff6
commit ec15da8b14
3 changed files with 11 additions and 22 deletions

View File

@@ -3,17 +3,3 @@ BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: true
# The following should match defaults on Windows,
# but were found to be different on Travis.
AlignConsecutiveMacros: false
AllowAllArgumentsOnNextLine: true
AllowAllConstructorInitializersOnNextLine: true
AllowShortLambdasOnASingleLine: All
AllowShortIfStatementsOnASingleLine: WithoutElse
BraceWrapping:
AfterCaseLabel: false
SplitEmptyNamespace: true
IncludeBlocks: Regroup
SpaceAfterLogicalNot: false