mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 05:05:32 +03:00
Meta: Reference CodingStyle doc in CONTRIBUTING.md
This commit is contained in:
parent
aac17fc81a
commit
dacec1a7ee
Notes:
sideshowbarker
2024-07-19 10:15:29 +09:00
Author: https://github.com/DAlperin Commit: https://github.com/SerenityOS/serenity/commit/dacec1a7ee2 Pull-request: https://github.com/SerenityOS/serenity/pull/1040
@ -15,7 +15,7 @@ Nobody is perfect, and sometimes we mess things up. That said, here are some goo
|
||||
**Do:**
|
||||
|
||||
* Write in idiomatic Serenity C++17, using the `AK` containers in all code.
|
||||
* Conform to the project coding style. Please use `clang-format` (version 8 or newer) to automatically format C++ files.
|
||||
* Conform to the project coding style found in [CodingStyle.md](https://github.com/SerenityOS/serenity/blob/master/Documentation/CodingStyle.md). Please use `clang-format` (version 8 or newer) to automatically format C++ files.
|
||||
* Choose expressive variable, function and class names. Make it as obvious as possible what the code is doing.
|
||||
* Split your changes into separate, atomic commits.
|
||||
* Make sure your commits are rebased on the master branch.
|
||||
|
Loading…
Reference in New Issue
Block a user