This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Check and enforce C++ coding style #15404
Labels
Comments
@ariya Welcome back to PhantomJS! Thanks for resuming its development, looking forward to the first phantomjs 3 release :) |
@ariya Qt's coding style may I assume? |
|
IMO we might as well use (the built-in) WebKit style, hence no further tweak is necessary. |
ariya
added a commit
that referenced
this issue
Jan 8, 2020
clang-format -i --style=WebKit src/*.h src/*.cpp
ariya
added a commit
that referenced
this issue
Jan 8, 2020
This is now in effect, yay! |
Thank you!!! |
ariya
added a commit
that referenced
this issue
Jun 2, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use clang-format to ensure consistent C++ coding style.
Let's also run this as part of the CI system (#15403) so that PR can be checked for coding style consistency.
The text was updated successfully, but these errors were encountered: