Files @ 2e306e71aa21
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
files sources: add some space between buttons and panel with form-group

Also remove old classes:
- pull-left is not necessary
- file_author is already set on the parent element
#!/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