Skip to content

Commit

Permalink
Fix pointer alignment in objc clang-format config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Belousov authored and Polas committed Apr 27, 2020
1 parent 3ffec15 commit c9c0e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
DerivePointerAlignment: true
DerivePointerAlignment: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: true
Expand Down

0 comments on commit c9c0e5b

Please sign in to comment.