Update .clang-format.

Will fix the brace alignment issue. clang-format was finally updated to
a newer version in Chromium and the roll of Chromium DEPS picked up the
new version.

Bug: None
Change-Id: I3cb5aa7778fb9bf5a17a5d74dc0b108ba35aafc6
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2170406
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Ian Elliott <ianelliott@google.com>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
Jamie Madill
2020-04-28 10:04:04 -04:00
committed by Commit Bot
parent 80d3e268d2
commit 1f9e2a8feb

View File

@@ -15,8 +15,7 @@ ColumnLimit: 100
# Always break before braces
BreakBeforeBraces: Custom
BraceWrapping:
# TODO(lujc) wait for clang-format-9 support in Chromium tools
# AfterCaseLabel: true
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: true
AfterEnum: true