Skip to content

Commit

Permalink
Update clang-format version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jul 6, 2024
1 parent c4c161b commit 547009e
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 124 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ endif()

find_program(
CLANG_FORMAT_EXECUTABLE
NAMES clang-format-14
NAMES clang-format-18
)

get_property(formatting_files GLOBAL PROPERTY DART_FORMAT_FILES)
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/v6.15/Dockerfile.ubuntu.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -qq
RUN apt-get install -y --no-install-recommends \
build-essential \
clang \
clang-format-14 \
clang-format-15 \
cmake \
curl \
doxygen \
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/v6.15/Dockerfile.ubuntu.noble
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -qq
RUN apt-get install -y --no-install-recommends \
build-essential \
clang \
clang-format-14 \
clang-format-18 \
cmake \
curl \
doxygen \
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/v6.15/Dockerfile.ubuntu.oracular
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -qq
RUN apt-get install -y --no-install-recommends \
build-essential \
clang \
clang-format-14 \
clang-format-18 \
cmake \
curl \
doxygen \
Expand Down
Loading

0 comments on commit 547009e

Please sign in to comment.