[PATCH] D65925: [clang-format] Add SpaceInEmptyBlock option for WebKit

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 10 00:48:58 PDT 2019


owenpan added a comment.

In D65925#1623965 <https://reviews.llvm.org/D65925#1623965>, @thakis wrote:

> https://webkit.org/code-style-guidelines/ has one instance of `{ }` with a space and one of `{}` without a space, and as far as I can tell no text that says which instance is correct. Are you sure this is the right thing for webkit style?


The one without a space is an example of "Wrong" WebKit style there.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65925/new/

https://reviews.llvm.org/D65925





More information about the cfe-commits mailing list