Files @ 6998db277ac4
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
style: extract select2 styling to separate file

The styling is moved without other changes and generate the same css as before.
#!/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