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 258a71d commit 4ec5ab4Copy full SHA for 4ec5ab4
.gitignore
@@ -9,3 +9,6 @@ dist/
9
out/
10
MODULE.bazel.lock
11
.vscode
12
+.cache/
13
+.cursor/
14
+.DS_Store
bin/format
@@ -64,6 +64,7 @@ docker_clang_format() {
64
process_arg "$arg"
65
done | xargs -0 \
66
docker run \
67
+ --platform linux/amd64 \
68
--interactive \
69
--rm \
70
--volume /etc/passwd:/etc/passwd:ro \
0 commit comments