diff --git a/.clang-format b/.clang-format index 52c47d33..92735a1c 100644 --- a/.clang-format +++ b/.clang-format @@ -21,7 +21,7 @@ BreakBeforeBraces: Custom BraceWrapping: AfterClass: true AfterControlStatement: false - AfterEnum: false + AfterEnum: true AfterFunction: true AfterNamespace: false AfterObjCDeclaration: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92d17f55..cd7a8a9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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