We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e2ee63 + 285f249 commit 638e92fCopy full SHA for 638e92f
.clang-format
@@ -52,6 +52,7 @@ BreakBeforeBraces: Custom
52
53
# Control of individual brace wrapping cases
54
BraceWrapping: {
55
+ AfterCaseLabel: 'true'
56
AfterClass: 'true'
57
AfterControlStatement: 'true'
58
AfterEnum : 'true'
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
env:
12
ROS_DISTRO: melodic
13
CLANG_FORMAT_CHECK: file
14
- CLANG_FORMAT_VERSION: "6.0"
+ CLANG_FORMAT_VERSION: "9"
15
16
build:
17
runs-on: ubuntu-latest
0 commit comments