Re: [webkit-dev] Code Style Guideline entry about a space in empty braces

2024-06-18 Thread Kohei.Asano--- via webkit-dev
there are no other opinions, could anyone merge this PR? Thanks! Kohei 差出人: Abrar Protyasha 送信日時: 2024年6月15日 0:00 宛先: Asano, Kohei (SIE) CC: webkit-dev@lists.webkit.org 件名: Re: [webkit-dev] Code Style Guideline entry about a space in empty braces There

Re: [webkit-dev] Code Style Guideline entry about a space in empty braces

2024-06-14 Thread Abrar Protyasha via webkit-dev
There is one section in the style guide about spacing around brace initialization , which is a little informative and certainly applies for one class of empty braces. check-webkit

Re: [webkit-dev] Code Style Guideline entry about a space in empty braces

2024-06-14 Thread Michael Catanzaro via webkit-dev
On Fri, Jun 14 2024 at 07:37:36 AM +00:00:00, Kohei.Asano--- via webkit-dev wrote: I found Code Style Guideline misses an entry about empty braces, while check-webkit-style catches. I also created bugzilla ticket https://bugs.webkit.org/show_bug.cgi?id=275309 and candidate doc update patch htt

[webkit-dev] Code Style Guideline entry about a space in empty braces

2024-06-14 Thread Kohei.Asano--- via webkit-dev
Hi. I'm now working on clang-format refinement for WebKit style. Although pre-set for WebKit is unused on WebKit/WebKit itself as we see https://github.com/WebKit/WebKit/blob/e91b9416d35d02968ccb1554d14e94568c762be5/.clang-format#L2, I'll add missing features of clang-format itself to make cons