https://bugs.llvm.org/show_bug.cgi?id=44233

            Bug ID: 44233
           Summary: BreakInheritanceList and ColumnLimit
           Product: clang
           Version: 9.0
          Hardware: PC
                OS: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: unassignedclangb...@nondot.org
          Reporter: e_davl...@wargaming.net
                CC: djas...@google.com, kli...@google.com,
                    llvm-bugs@lists.llvm.org

Created attachment 22904
  --> https://bugs.llvm.org/attachment.cgi?id=22904&action=edit
clang-format config

Hi. I’m using clang-format 9.0. It’s seems that “BreakConstructorInitializers:
BeforeComma” and “BreakInheritanceList: BeforeComma” work only if line larger
than “ColumnLimit”?


i want:
class AccountContext
    : public BaseContext
{
public:
...


clang-format did:
class AccountContext: public BaseContext
{
public:
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to