Files @ 850096e57fe8
Branch filter:

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

domruf
less: cleanup panel-heading style

- override @headings-font-weight instead of using custom style
- remove font-size: 14px it is already the 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