Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-06 | Documentation: Remove redundancy in CodingStyle.md | kemzeb | |
This is a fairly small change; removed the statement "Pointer and reference types in C++ code" as it does not provide any additional knowledge that contributors are or will be aware of after further reading into the "Pointers and References" section. It seems unnecessary and redundant given the sentence adjacent to it. | |||
2021-06-04 | Documentation: Fix a typo by removing an extra word | Scott Antipa | |
2021-06-01 | Documentation: Add rule about "east const" to CodingStyle.md | Andreas Kling | |
Unfortunately we cannot enforce this with clang-format yet, as that feature is not available. Until then, let's try to write new code with this in mind, and convert old code as we go. | |||
2021-01-26 | Documentation: Fix typo in CodingStyle.md (#5121) | Dexter | |
2020-12-31 | Meta+Docs+CI: Require clang-format >= 11 | Linus Groh | |
2020-10-03 | Everywhere: Fix more typos | Linus Groh | |
2020-05-15 | Meta: Updated CodingStyle.md clang-format requirement from 8 to 10 | DexesTTP | |
Fixes #2213 | |||
2020-04-18 | Documentation: Add section about structs vs. classes to CodingStyle.md | Andreas Kling | |
2019-08-21 | Documentation: Let's have a coding style document | Andreas Kling | |
This is only meant to be about higher-level coding style, not the small things like brace placement, indentation, etc. For all of that we just obey clang-format. | |||
2019-05-28 | Documentation: RIP the short-lived coding style | Robin Burchell | |
Let's just use clang-format. It's easier than explaining the rules. | |||
2019-05-28 | Documentation: Remove some irrelevant things from the coding style. | Andreas Kling | |
This was adapted from the WebKit coding style docs, but some parts of it don't make sense for Serenity. | |||
2019-05-28 | Documentation: Import an attempt at describing the project coding style. | Andreas Kling | |