mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-11 13:01:57 -04:00
Merge pull request #1246 from asuessenbach/clang_format_11
Revert some changes in .clang_format_11, that in fact are version 12 features.
This commit is contained in:
commit
c4153f741a
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
AccessModifierOffset : -2
|
AccessModifierOffset : -2
|
||||||
AlignAfterOpenBracket : Align
|
AlignAfterOpenBracket : Align
|
||||||
AlignConsecutiveAssignments : Consecutive
|
AlignConsecutiveAssignments : true
|
||||||
AlignConsecutiveBitFields : Consecutive
|
AlignConsecutiveDeclarations : true
|
||||||
AlignConsecutiveDeclarations : Consecutive
|
AlignConsecutiveMacros : true
|
||||||
AlignConsecutiveMacros : Consecutive
|
|
||||||
AlignEscapedNewlines : Left
|
AlignEscapedNewlines : Left
|
||||||
|
AlignOperands : true
|
||||||
AlignTrailingComments : true
|
AlignTrailingComments : true
|
||||||
AllowAllArgumentsOnNextLine : true
|
AllowAllArgumentsOnNextLine : true
|
||||||
AllowAllConstructorInitializersOnNextLine : true
|
AllowAllConstructorInitializersOnNextLine : true
|
||||||
@ -34,7 +34,6 @@ BraceWrapping :
|
|||||||
BeforeCatch : true
|
BeforeCatch : true
|
||||||
BeforeElse : true
|
BeforeElse : true
|
||||||
BeforeLambdaBody : true
|
BeforeLambdaBody : true
|
||||||
BeforeWhile : false
|
|
||||||
IndentBraces : false
|
IndentBraces : false
|
||||||
SplitEmptyFunction : true
|
SplitEmptyFunction : true
|
||||||
SplitEmptyRecord : true
|
SplitEmptyRecord : true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user