Skip to content

Commit ca734f1

Browse files
ax3lfranzpoeschel
authored andcommitted
More Clang-Format 20 Updates
1 parent 65fd71e commit ca734f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/clang-format/clang-format.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
if (( $# > 0 )); then
44
# received arguments, format those files
5-
clang-format-18 -i "$@"
5+
clang-format-20 -i "$@"
66
else
77
# received no arguments, find files on our own
88
find include/ src/ test/ examples/ \
99
-regextype egrep \
1010
-type f -regex '.*\.(hpp|cpp|hpp\.in)$' \
11-
| xargs clang-format-18 -i
11+
| xargs clang-format-20 -i
1212
fi

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: openPMD-api-dev
33
channels:
44
- conda-forge
55
dependencies:
6-
- clang-format-18=18.1.2
6+
- clang-format-20=20.1.0
77
- bash=5

0 commit comments

Comments
 (0)