Skip to content
Commit 253dad23 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: If the template list of a variable declaration spans

multiple lines, also break before the variable name.

Before:
  std::vector<aaaaaa, // wrap
              aa> aaa;

After:
  std::vector<aaaaaa, // wrap
              aa>
      aaa;

llvm-svn: 253871
parent 8a065483
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment