3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-10 12:02:33 +01:00

misc/tidy: remove -kgb

This commit is contained in:
Pragmatic Software 2020-02-24 19:22:30 -08:00
parent 1be0c9cd0a
commit fef6137c59

2
misc/tidy vendored
View File

@ -1,2 +1,2 @@
#!/bin/bash
perltidy -utf8 -nanl -nbbc -boc $* -b -bext=/ && perltidy -conv -boc -utf8 -kis -l=170 -vmll -pt=2 -sbt=2 -bt=2 -nsfs -ce -b -bext=/ -nolq -nolc -iscl -nbbc -kgb $*
perltidy -utf8 -nanl -nbbc -boc $* -b -bext=/ && perltidy -conv -boc -utf8 -kis -l=170 -vmll -pt=2 -sbt=2 -bt=2 -nsfs -ce -b -bext=/ -nolq -nolc -iscl -nbbc $*