Files @ 41dd3c2f820c
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
style: introduce h2 h3 h4 h5 for emphasis and drop some explicit styling

Based on work by Dominik Ruf.
#!/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