summaryrefslogtreecommitdiff
path: root/Documentation/CodingStyle.md
AgeCommit message (Collapse)Author
2021-01-26Documentation: Fix typo in CodingStyle.md (#5121)Dexter
2020-12-31Meta+Docs+CI: Require clang-format >= 11Linus Groh
2020-10-03Everywhere: Fix more typosLinus Groh
2020-05-15Meta: Updated CodingStyle.md clang-format requirement from 8 to 10DexesTTP
Fixes #2213
2020-04-18Documentation: Add section about structs vs. classes to CodingStyle.mdAndreas Kling
2019-08-21Documentation: Let's have a coding style documentAndreas 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-28Documentation: RIP the short-lived coding styleRobin Burchell
Let's just use clang-format. It's easier than explaining the rules.
2019-05-28Documentation: 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-28Documentation: Import an attempt at describing the project coding style.Andreas Kling