Skip to content

Commit 272878e

Browse files
koffesnordicjm
authored andcommitted
Clang-format: Sync Clang rules to CI rules.
Added flag: IndentGotoLabels: false Signed-off-by: Kristoffer Rist Skøien <kristoffer.skoien@nordicsemi.no>
1 parent de6d1a5 commit 272878e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ IncludeCategories:
7878
- Regex: '.*'
7979
Priority: 3
8080
IndentCaseLabels: false
81+
IndentGotoLabels: false
8182
IndentWidth: 8
8283
InsertBraces: true
8384
SpaceBeforeParens: ControlStatementsExceptControlMacros

scripts/ci/license_allow_list.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ any: |
4141
LicenseRef-west-ncs-sbom-iperf-BSD-3-Clause: "^nrf/ext/"
4242
Apache-2.0: |
4343
^nrf/ext/
44+
^nrf/.clang-format
4445
/zap-generated/
4546
^nrf/tests/bluetooth/tester/src/main.c$
4647
^nrf/tests/bluetooth/tester/src/bttester.c$

0 commit comments

Comments
 (0)