mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 09:45:04 +08:00
Add clang-format to gitpod (#4247)
This commit is contained in:
@ -1 +1,11 @@
|
||||
FROM gitpod/workspace-java-17:2023-07-20-19-56-24
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
clang-format=1:14.0-55~exp2 \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
USER gitpod
|
||||
|
@ -6,3 +6,7 @@ tasks:
|
||||
- init: |
|
||||
mvn dependency:resolve
|
||||
mvn compile
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
- xaver.clang-format
|
||||
|
Reference in New Issue
Block a user