Files @ 470fac079543
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
styling: adjust line-height for comments

The line-height was set low, and sometimes it seemed to truncate a bit of
character height. Also, I think it looks better this way.
#!/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