##// END OF EJS Templates
unicode: consistently use the preferred Python spelling 'utf-8' instead of the alias 'utf8'
unicode: consistently use the preferred Python spelling 'utf-8' instead of the alias 'utf8'

File last commit:

r6023:40edadec default
r7250:e2519d2e default
Show More
run-all-cleanup
10 lines | 185 B | text/plain | TextLexer
#!/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