Tidy things up

This commit is contained in:
Pragmatic Software 2020-02-15 15:18:24 -08:00
parent fe56b9f0db
commit c95fbd9ca0
1 changed files with 1 additions and 1 deletions

2
misc/tidy vendored Normal file → Executable file
View File

@ -1,2 +1,2 @@
#!/bin/bash
perltidy -utf8 -nanl -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 -kgb $*