Re: [webkit-dev] Style guidelines for braced initialization

2018-04-26 Thread Filip Pizlo
> On Apr 26, 2018, at 10:35 AM, ross.kirsl...@sony.com wrote: > > Hi everybody, > > A simple question regarding https://webkit.org/code-style-guidelines/ > : > > I've currently got a clang-format patch up (https://reviews.llvm.org/D46024) >

[webkit-dev] Style guidelines for braced initialization

2018-04-26 Thread Ross.Kirsling
Hi everybody, A simple question regarding https://webkit.org/code-style-guidelines/: I've currently got a clang-format patch up (https://reviews.llvm.org/D46024) to support our space-before-brace style for object initialization (i.e. `Foo foo { bar };` and not `Foo foo{ bar };`). Although