Files @ 2f93ca3eab8b
Branch filter:

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

Mads Kiilerich
autocomplete: make autocompleteFormatter compatible with select2

The parameters are different, but select2 and the old YAHOO AutoComplete
library provide/require pretty much the same functionality.

This will allow gradual migration to select2.
#!/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