Issue 107592
Summary Q: clang-format: no wrapping
Labels clang-format
Assignees
Reporter loeffel-io
    This protobuf line wraps to this:

    (validate.rules).repeated = { ignore_empty: true, min_items: 1, max_items: 1000, unique: true,
 items: { string: { pattern: "^languages\\/[a-z]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$" } } }

while the config looks like this:

                ["clang-format"] = {
 prepend_args = { "--style={BasedOnStyle: Google, ColumnLimit: 0}" },
                },

what could be the problem here? 

hint: if i do items of the start of the object it doesnt wrap
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to