Skip to content

Commit 2949628

Browse files
committed
wip
1 parent 4a72069 commit 2949628

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
BasedOnStyle: LLVM;
21
ColumnLimit: 120;

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM mcr.microsoft.com/devcontainers/javascript-node:22
22

33
RUN apt-get update
4-
RUN apt-get install -y openjdk-17-jdk gdb clang-format-14
4+
RUN apt-get install -y openjdk-17-jdk gdb clang-format

0 commit comments

Comments
 (0)