add fmt script
This commit is contained in:
6
hack/update-fmt.sh
Executable file
6
hack/update-fmt.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user