Skip to content

Commit 1fda3fd

Browse files
committed
Add mfmt shorthand
1 parent 69d203b commit 1fda3fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.bin/mfmt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)