menix-os / menix

A minimal and expandable Unix-like kernel
https://menix-os.org
GNU Lesser General Public License v2.1
15 stars 3 forks source link

[Feature] Setup clang-format linting for Pull Requests #2

Closed marv7000 closed 5 months ago

marv7000 commented 5 months ago

I feel it's important to keep the coding style concise. While this can be done moderately well by hand, IMO it's better if there is an automated sanity check.

Proposal

I'd like an automatic check that uses the .clang-format file to scan/lint (not sanitize, as there might be exceptions) all submitted files in a PR.