Force clang-format config that differs on Travis.
This commit is contained in:
parent
d156c3275d
commit
2ad5ee8ff6
|
@ -3,3 +3,17 @@ BasedOnStyle: Google
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
SortIncludes: true
|
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
|
||||||
|
|
Loading…
Reference in New Issue