Files @ a92a06789f56
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

domruf
less: remove unnecessary width 100% for diff code

table.code-difftable already has width: 100%
#!/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