Skip to content

Commit e01b14c

Browse files
committed
Revert "[clang-format] Improve declaration alignment and spacing"
This reverts commit c49320d.
1 parent f975c7c commit e01b14c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.clang-format

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AccessModifierOffset: -1
1010
AlignAfterOpenBracket: Align
1111
AlignArrayOfStructures: None
1212
AlignConsecutiveAssignments:
13-
Enabled: true
13+
Enabled: false
1414
AcrossEmptyLines: false
1515
AcrossComments: false
1616
AlignCompound: true
@@ -22,12 +22,10 @@ AlignConsecutiveBitFields:
2222
AlignCompound: true
2323
PadOperators: true
2424
AlignConsecutiveDeclarations:
25-
Enabled: true
25+
Enabled: false
2626
AcrossEmptyLines: false
2727
AcrossComments: false
2828
AlignCompound: false
29-
AlignFunctionDeclarations: false
30-
AlignFunctionPointers: true
3129
PadOperators: false
3230
AlignConsecutiveMacros:
3331
Enabled: true
@@ -154,7 +152,7 @@ LambdaBodyIndentation: Signature
154152
LineEnding: DeriveLF
155153
MacroBlockBegin: ""
156154
MacroBlockEnd: ""
157-
MaxEmptyLinesToKeep: 1
155+
MaxEmptyLinesToKeep: 2
158156
NamespaceIndentation: All
159157
ObjCBinPackProtocolList: Auto
160158
ObjCBlockIndentWidth: 2

0 commit comments

Comments
 (0)