Re: [webkit-dev] WebKit Style: Whitespace for Objective-C protocols

2022-02-23 Thread Kimmo Kinnunen via webkit-dev
For my subjective opinion and personal project of supporting clang-format, the spacing could be this: id @interface WebSpeechRecognizerTaskImpl : NSObject On the grounds of: 1) No space for type declaration on the grounds that formatting the code would not need objective-c semantic

[webkit-dev] WebKit Objective-C++ style, pointer and reference placement

2021-12-21 Thread Kimmo Kinnunen via webkit-dev
Currently we have this: https://webkit.org/code-style-guidelines/#pointers-and-references Pointers and References Pointer types in non-C++ code Pointer types should be written with a space between the type and the * (so the *

[webkit-dev] Proposal to change nested namespace indentation rule to match the existing code

2021-10-22 Thread Kimmo Kinnunen via webkit-dev
Hello, I’d like to propose changing the WebKit coding standard regarding indentation of nested namespace contents. The change would be to not add indentation for nested namespace contents. This would be to: 1) Match what seems to already be de-facto used in code. 2) Subjectively simplify the