Change AlignTrailingComments to false in .clang-format
AlignTrailingComments set to true seems to be causing some unwanted alignments. Turning it off. Change-Id: I5fd99db90b00c76cc7891f2cd1c80ec69ae97697
This commit is contained in:
parent
9097a0691b
commit
c6767b94fd
@ -4,7 +4,7 @@ Language: Cpp
|
|||||||
AccessModifierOffset: -1
|
AccessModifierOffset: -1
|
||||||
ConstructorInitializerIndentWidth: 4
|
ConstructorInitializerIndentWidth: 4
|
||||||
AlignEscapedNewlinesLeft: true
|
AlignEscapedNewlinesLeft: true
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: false
|
||||||
AllowAllParametersOfDeclarationOnNextLine: true
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
AllowShortLoopsOnASingleLine: false
|
AllowShortLoopsOnASingleLine: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user