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.
1 parent f51c5c2 commit b3808f2Copy full SHA for b3808f2
run-formatter.sh
@@ -1,7 +1,11 @@
1
#!/bin/sh
2
3
+# Copyright (c) 2024 Jamie Smith
4
+# SPDX-License-Identifier: Apache-2.0
5
+
6
# Script to run the Astyle formatter on the Mbed OS code base.
7
# Run before submitting code changes!
8
9
git diff --name-only --diff-filter=d origin/master \
10
| ( grep '.*\.\(c\|cpp\|h\|hpp\)$' || true ) \
11
| ( grep -v -f .codecheckignore || true ) \
0 commit comments