makeopensource / mOS

MakeOpenSource Operating System
GNU General Public License v3.0
4 stars 8 forks source link

Add Formatting with `clang-format` #25

Closed emilkovacev closed 1 year ago

emilkovacev commented 1 year ago

Description

It's super easy to change formatting, just change .clang-format and run make format again!

Issue #21

Type of change

Testing

Please describe tests that you ran to verify your changes. Provide instructions so that we can reproduce. Please also list any relevant details for your test configuration.

Test Configuration:

All existing tests pass AFTER formatting is run.

Checklist: