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

2024-06-18 Thread Kohei.Asano--- via webkit-dev
which we would want to update the coding style guide. Conveniently, check-webkit-style has already been checking for that, so we must not have committed too many violations! (some grepping indicates 30141 instances of { } vs 626 instances of {} under Source/) On Jun 14, 2024, at 00:37, Kohei.A

[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