initial commit

This commit is contained in:
stainless-app[bot]
2025-10-30 20:23:03 +00:00
parent 166e6cd7e8
commit aaf7737713
2096 changed files with 462625 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
find . -name "*.java" -not -path "./buildSrc/build/*" -print0 | xargs -0 -r palantir-java-format --palantir --replace "$@"