Files @ 311e881d1a56
Branch filter:

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

domruf
less: clean up .code-browser style

- remove unnecessary style
- use default table heading style
- move icon spacing style to separate block
#!/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