Files @ dfb31968225d
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
templates: tweak file edit page markup to be slightly more correct and make it look slightly better

- use <label> for the commit message label
- use .form-group
- use form-inline only for the heading
- use form-group-sm to make the <select> less bloated
#!/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