https://bugs.llvm.org/show_bug.cgi?id=35968
Bug ID: 35968
Summary: Parameters are not aligned as expected
Product: clang
Version: 5.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Formatter
Assignee: unassignedclangb...@nondot.org
Reporter: tawfic_alsam...@yahoo.com
CC: djas...@google.com, kli...@google.com,
llvm-bugs@lists.llvm.org
Hello,
I have the following setting:
IndentWidth: 4
AlignAfterOpenBracket: Align
BreakBeforeBraces: Allman
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 90
BinPackArguments: false
BinPackParameters: false
And when I run clang-format:
Got:
ret = testXUnreportedInfo(
"aaaaaaaaaaaaaaaaa", "bbbbbbbbbbbbbbbbbbbbbb", "cccccccccccccccccccc");
Expected:
ret = testXUnreportedInfo("aaaaaaaaaaaaaaaaa",
"bbbbbbbbbbbbbbbbbbbbbb",
"cccccccccccccccccccc");
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs