Skip to content
Snippets Groups Projects
  • Daniel Jasper's avatar
    0df6acdf
    Add option to avoid "bin-packing" of parameters. · 0df6acdf
    Daniel Jasper authored
    "Bin-packing" here means allowing multiple parameters on one line, if a
    function call/declaration is spread over multiple lines.
    
    This is required by the Chromium style guide and probably desired for
    the Google style guide. Not making changes to LLVM style as I don't have
    enough data.
    
    With this enabled, we format stuff like:
    aaaaaaaaaaaaaaa(aaaaaaaaaa,
                    aaaaaaaaaa,
    		aaaaaaaaaaaaaaaaaaaaaaa).aaaaaaaaaaaaaaaaaa();
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172617 91177308-0d34-0410-b5e6-96231b3b80d8
    0df6acdf
    History
    Add option to avoid "bin-packing" of parameters.
    Daniel Jasper authored
    "Bin-packing" here means allowing multiple parameters on one line, if a
    function call/declaration is spread over multiple lines.
    
    This is required by the Chromium style guide and probably desired for
    the Google style guide. Not making changes to LLVM style as I don't have
    enough data.
    
    With this enabled, we format stuff like:
    aaaaaaaaaaaaaaa(aaaaaaaaaa,
                    aaaaaaaaaa,
    		aaaaaaaaaaaaaaaaaaaaaaa).aaaaaaaaaaaaaaaaaa();
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172617 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.