Skip to content

Commit 05fbbfb

Browse files
author
Justus H
authored
Disable 'DerivePointerAlignment' in clang-format
DerivePointerAlignment derives the pointer alignment setting from the majority in the specific file (this setting overrides the _PointerAlignment_ setting)
1 parent 9f4d3de commit 05fbbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
5151
ConstructorInitializerIndentWidth: 4
5252
ContinuationIndentWidth: 4
5353
Cpp11BracedListStyle: true
54-
DerivePointerAlignment: true
54+
DerivePointerAlignment: false
5555
DisableFormat: false
5656
ExperimentalAutoDetectBinPacking: false
5757
FixNamespaceComments: true

0 commit comments

Comments
 (0)