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

Format API_LEVEL_5 #428

Merged
merged 5 commits into from
Sep 18, 2023
Merged

Format API_LEVEL_5 #428

merged 5 commits into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. Add // clang-format off

    (cherry picked from commit 5b9627a)
    abonnaudet-ledger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    85e4d1a View commit details
    Browse the repository at this point in the history
  2. Formatting: Add .clang-format

    (cherry picked from commit fe1820f)
    abonnaudet-ledger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e689d76 View commit details
    Browse the repository at this point in the history
  3. Formatting: Add clang-format pre-commit

    (cherry picked from commit ee20265)
    abonnaudet-ledger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    2ef2d84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59a948f View commit details
    Browse the repository at this point in the history
  5. Formatting: Add .git-blame-ignore-revs

    Add `.git-blame-ignore-revs`, with the previous code formatting commit.
    It allows git blame tools to ignore the specified commits.
    
    Command to configure it:
    `git config blame.ignoreRevsFile .git-blame-ignore-revs`
    
    (cherry picked from commit 9eac339)
    abonnaudet-ledger committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    53a4cf6 View commit details
    Browse the repository at this point in the history