https://llvm.org/bugs/show_bug.cgi?id=24861
Bug ID: 24861 Summary: clang-format: mis-aligned parameters Product: new-bugs Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: evergreenthrowa...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified INPUT echo -e "+(void)abc:(NSObject*)abc \n defghijkl:(NSObject*)defghijkl" | clang-format -style="WebKit" OUTPUT + (void)abc:(NSObject*)abc defghijkl:(NSObject*)defghijkl I'd expect for the colons to be aligned whenever possible. -- 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