Skip to content
Commit d5ae1369 authored by Dan Gohman's avatar Dan Gohman
Browse files

Set the vim auto-indent setting for open braces after case statements to

follow LLVM source convention.

Before:
  case X: {
            stuff;
          }

After:
  case X: {
    stuff;
  }

llvm-svn: 93055
parent 2c4a34ae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment