Skip to content

Commit 2da89fa

Browse files
committed
add fmt script
1 parent 3743ca7 commit 2da89fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hack/update-fmt.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env sh
2+
3+
perltidy -b -bext="/" lib/Kubernetes/*.pm
4+
perltidy -b -bext="/" lib/Kubernetes/Object/*.pm
5+
perltidy -b -bext="/" lib/Kubernetes/Util/*.pm
6+

0 commit comments

Comments
 (0)