Files @ e53c2f16a289
Branch filter:

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

domruf
less: remove unnecessary code block style

We already set font-family via @font-family-monospace variable.
Bootstrap default size of 13px is already a good default.
#!/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