Clang-Format 14 (#1321)

* format

* Update dockerfile and other documentation

* Update mac instructions
This commit is contained in:
Derek Hensley
2023-07-27 09:15:40 -07:00
committed by GitHub
parent 9e85f5545a
commit eb6b837d65
11 changed files with 97 additions and 83 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
unzip \
vbindiff \
vim \
clang-tidy-11 \
clang-format-11 \
clang-tidy-14 \
clang-format-14 \
libpng-dev && \
apt clean && \
rm -rf /var/lib/apt/lists/*