Skip to content

Commit

Permalink
move to clangformat v14
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Oct 14, 2022
1 parent c7b290b commit 060364c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: false
AfterEnum: true
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
args: [--allow-multiple-documents]
- id: check-json
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v13.0.0
rev: v14.0.0
hooks:
- id: clang-format
- repo: https://github.com/PyCQA/pylint
Expand Down

0 comments on commit 060364c

Please sign in to comment.