add fmt script

This commit is contained in:
yue9944882
2019-04-24 12:13:16 +08:00
parent 3743ca76dd
commit 2da89fa081

6
hack/update-fmt.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
perltidy -b -bext="/" lib/Kubernetes/*.pm
perltidy -b -bext="/" lib/Kubernetes/Object/*.pm
perltidy -b -bext="/" lib/Kubernetes/Util/*.pm