code formatting rules?
Opened this issue · 4 comments
moodyhunter commented
It seems that currently there isn't a consistent coding style in the codebase, e.g.
- assert-stubs.cpp has tab indenting,
- complex-stubs.cpp has space indenting
Is there possibilities to set up a standard code format using clang-format
, astyle
or similar tools?
It will then be a shiny highlight for the great project :)
Dennisbonke commented
There is a clang format on the way! It's an open PR against the main Managarm repo, and if approved there will be PRed against mlibc too.
Dennisbonke commented
It's managarm/managarm#528 if you're interested.
moodyhunter commented
Thanks for your fast reply! I'd love to see that PR merged soon :)
moodyhunter commented
a gentle ping on this :)