Files @ 22a23f38e472
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
less: remove vertical-align: inherit for .radio-inline and .checkbox-inline

The effect is minimal and I'd argue it looks even a little bit better without it.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh