Documentation: Add coding style to developer docs in beginner's guide

This commit is contained in:
circl 2024-08-25 19:53:57 +02:00 committed by Andrew Kaster
parent e47f9d718a
commit 3db56b1111
Notes: github-actions[bot] 2024-08-29 02:38:45 +00:00

View file

@ -42,6 +42,7 @@ Ladybird makes use of the included AK library instead of the C++ STL, and employ
Developer documentation:
* [Coding style](CodingStyle.md)
* [Coding patterns](Patterns.md)
* [Smart pointers](SmartPointers.md)
* [String formatting](StringFormatting.md)