We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6d1a5 commit 272878eCopy full SHA for 272878e
.clang-format
@@ -78,6 +78,7 @@ IncludeCategories:
78
- Regex: '.*'
79
Priority: 3
80
IndentCaseLabels: false
81
+IndentGotoLabels: false
82
IndentWidth: 8
83
InsertBraces: true
84
SpaceBeforeParens: ControlStatementsExceptControlMacros
scripts/ci/license_allow_list.yaml
@@ -41,6 +41,7 @@ any: |
41
LicenseRef-west-ncs-sbom-iperf-BSD-3-Clause: "^nrf/ext/"
42
Apache-2.0: |
43
^nrf/ext/
44
+ ^nrf/.clang-format
45
/zap-generated/
46
^nrf/tests/bluetooth/tester/src/main.c$
47
^nrf/tests/bluetooth/tester/src/bttester.c$
0 commit comments