We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d203b commit 1fda3fdCopy full SHA for 1fda3fd
.bin/mfmt
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
+
4
+DIR="$(dirname "${BASH_SOURCE[0]}")/.."
5
+exec "$DIR/mvnw" -f "$DIR/pom.xml" com.spotify.fmt:fmt-maven-plugin:format license:format editorconfig:format
0 commit comments