This reverts commit fc97b3cffd.
Reason for revert: Adds wrong braces in some cases. See crbug.com/1392808#c2
Original change's description:
> Add InsertBraces to .clang-format
>
> This formalizes curly braces as our style, even for single-line
> statements. It can also fix existing braceless if-else style violations.
>
> Consensus was reached in cxx@chromium.org, and we'll make use of
> .clang-format to enforce this. An upstream change will be made to make
> InsertBraces the default for BasedOnStyle: Chromium.
>
> It's expected that with clang-format enforcement we won't need to update
> our local style rules in tree. The new rule is not an exception to
> Google C++ style and `git cl format` will quickly teach the new
> behavior.
>
> As an example a small whitespace change was made to base/check.cc and
> then formatted using `git cl format --full`.
>
> Formatting the entire codebase is separable and may be separately
> proposed (but seems feasible per trying on //base, which passed
> trybots).
>
> Bug: 1392808
> Change-Id: I00384fbee13d01d8c5dbf98d54256c9cbcf9b62e
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4048911
> Reviewed-by: danakj <danakj@chromium.org>
> Owners-Override: danakj <danakj@chromium.org>
> Commit-Queue: danakj <danakj@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1078642}
Bug: 1392808
Change-Id: Ideb2890143a5cde80d68908511083198b163060b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4076867
Reviewed-by: danakj <danakj@chromium.org>
Commit-Queue: danakj <danakj@chromium.org>
Owners-Override: danakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1078718}