Skip to content
Commit 35ca66de authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: Don't format unrelated nested blocks.

With this change:

  SomeFunction(
      [] {
	int i;
	 return i;  // Format this line.
      },
      [] {
	 return 2;  // Don't "fix" this.
      });

llvm-svn: 262216
parent 6bb15021
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment