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:
Vignesh Venkatasubramanian 2014-04-29 00:38:14 -07:00
parent 9097a0691b
commit c6767b94fd

View File

@ -4,7 +4,7 @@ Language: Cpp
AccessModifierOffset: -1
ConstructorInitializerIndentWidth: 4
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false