Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style consistency using clang-format #242

Closed
wants to merge 2 commits into from
Closed

Style consistency using clang-format #242

wants to merge 2 commits into from

Commits on Aug 31, 2020

  1. Style consistency using clang-format

    The styles in the different files weren't as consistent as one might prefer. This fixes this issue.
    
    Also, this makes it easier for collaborators to author PRs, by making use of an automated styling approach.
    
    The clang-format settings took what I could understand as the prevailing style (4 spaces indentation, when to brace, etc') and I applied the nearest match. Aside for macro and include statements that I don't know how to make clang-format indent, this is a good-enough collaborative setting.
    boazsegev committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6402147 View commit details
    Browse the repository at this point in the history
  2. Styling fixes

    boazsegev committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a79bad1 View commit details
    Browse the repository at this point in the history