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 7d20c51 + 2a6c15d commit f0108f7Copy full SHA for f0108f7
.github/workflows/format_check.yml
@@ -12,6 +12,6 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: Install Clang Format
15
- run: sudo apt install clang-format-12
+ run: sudo apt install clang-format-14
16
- name: Run clang format
17
run: ./format.sh -d
format.sh
@@ -7,7 +7,7 @@
7
# assumes git tree is clean when reporting status
8
9
if [ -z "${CLANG_FORMAT}" ]; then
10
- CLANG_FORMAT=clang-format-12
+ CLANG_FORMAT=clang-format-14
11
fi
a=`git ls-files '*.h' '*.c'`
0 commit comments