Files @ fa55523f3790
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
changelog: fix column sizing - don't expand the date column but give everything to the description column

The date column inherited 33% width - for now, just work around that.
#!/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