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 we’re enforcing this with check-webkit-style, the guidelines page 
currently makes no mention of braced initialization in particular. Should we 
add a clause for this?

Thanks!
Ross
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to