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 4a72069 commit 2949628Copy full SHA for 2949628
.clang-format
@@ -1,2 +1 @@
1
-BasedOnStyle: LLVM;
2
ColumnLimit: 120;
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/javascript-node:22
3
RUN apt-get update
4
-RUN apt-get install -y openjdk-17-jdk gdb clang-format-14
+RUN apt-get install -y openjdk-17-jdk gdb clang-format
0 commit comments