| commit | d5ae136971d23a2498385c31d2db828cf7c17042 | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Sat Jan 09 17:15:21 2010 +0000 |
| committer | Dan Gohman <gohman@apple.com> | Sat Jan 09 17:15:21 2010 +0000 |
| tree | ec3f0abf235c7e227e1c7081a0c6436c8f05b6ce | |
| parent | 2c4a34aeef6c6af0dce691decfbb18c6a50b556e [diff] |
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