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.
1 parent 2488a2a commit b1ba262Copy full SHA for b1ba262
.gitpod.dockerfile
@@ -1 +1,11 @@
1
FROM gitpod/workspace-java-17:2023-07-20-19-56-24
2
+
3
+USER root
4
5
+RUN apt-get update \
6
+ && apt-get install -y --no-install-recommends \
7
+ clang-format=1:14.0-55~exp2 \
8
+ && apt-get clean \
9
+ && rm -rf /var/lib/apt/lists/*
10
11
+USER gitpod
.gitpod.yml
@@ -6,3 +6,7 @@ tasks:
- init: |
mvn dependency:resolve
mvn compile
+vscode:
+ extensions:
12
+ - xaver.clang-format
0 commit comments