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

WIP: Format code using clang-format #904

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 25, 2024

  1. use macro to set/unset flags

    brakhane committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    14bd8e3 View commit details
    Browse the repository at this point in the history
  2. Introduce clang-format

    Create .clang-format file as well as mark exceptions for generated
    files.
    
    Also, update Bin2H in wiHelper.cpp so that it will automatically add
    "// clang-format off" at the beginning of generated files.
    brakhane committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    bae5ba4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3390a1 View commit details
    Browse the repository at this point in the history