Skip to content

Commit

Permalink
Fixed clang format version to latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Jan 9, 2024
1 parent a845082 commit 6c3ef23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/nouveau/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.codeAnalysis.clangTidy.enabled": true,
"C_Cpp.codeAnalysis.clangTidy.runAutomatically": true,
"clang-format.executable": "/usr/bin/clang-format-18",
"clang-format.executable": "/usr/bin/clang-format-16",
"[cpp]": {
"editor.rulers": [100],
"editor.tabSize": 2,
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/nvidia/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.codeAnalysis.clangTidy.enabled": true,
"C_Cpp.codeAnalysis.clangTidy.runAutomatically": true,
"clang-format.executable": "/usr/bin/clang-format-18",
"clang-format.executable": "/usr/bin/clang-format-16",
"[cpp]": {
"editor.rulers": [100],
"editor.tabSize": 2,
Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get -q update \
git \
sudo \
clang \
clang-format-18 \
clang-format-16 \
clang-tidy \
clang-tools \
python3-pip \
Expand Down

0 comments on commit 6c3ef23

Please sign in to comment.