Re: [webkit-dev] Update WebKit style to better accommodate accepted Obj-C block syntax

2017-10-04 Thread Simon Fraser
+1 for no space between ^ and { Simon > On Oct 3, 2017, at 4:51 PM, Megan Gardner wrote: > > > Currently, the webkit style checker does not allow ^{ at the beginning of > Obj-C blocks. It demands that there is a space between the ^ and the {. This > is not how obj-c code is usually styled, a

Re: [webkit-dev] Update WebKit style to better accommodate accepted Obj-C block syntax

2017-10-03 Thread Tim Horton
Whatever we decide, we should probably also get it in https://webkit.org/code-style-guidelines/ > On Oct 3, 2017, at 4:51 PM, Megan Gardner wrote: > > > Currently, the webkit style checker does not allow ^{ at the beginning of > Obj-C blocks. It demands that there is a space between the ^ and

[webkit-dev] Update WebKit style to better accommodate accepted Obj-C block syntax

2017-10-03 Thread Megan Gardner
Currently, the webkit style checker does not allow ^{ at the beginning of Obj-C blocks. It demands that there is a space between the ^ and the {. This is not how obj-c code is usually styled, and there is plenty of code already in webkit that is formatted with the carrot and and brace together.