added additional formatting specs in .clang-format
added directions for formatting code in README.md
It's super easy to change formatting, just change .clang-format and run make format again!
Issue #21
Type of change
[x] New feature (non-breaking change which adds functionality)
[ ] Bug fix (non-breaking change which fixes an issue)
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:
Hardware
OS
All existing tests pass AFTER formatting is run.
Checklist:
[x] I have performed a self-review of my code
[ ] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
make format
.clang-format
README.md
It's super easy to change formatting, just change
.clang-format
and runmake 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: