Files @ b9896fba8b05
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
style: remove empty lines in stylesheet to match future less output

Align the formatting of the stylesheet with the formatting that a less-compiled
version of this stylesheet would use. This will allow easy comparison of the
original and less-generated stylesheet in future commits.
#!/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