diff --git a/whitespacecleanup.sh b/whitespacecleanup.sh --- a/whitespacecleanup.sh +++ b/whitespacecleanup.sh @@ -2,7 +2,8 @@ # Enforce some consistency in whitespace - just to avoid spurious whitespaces changes -files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' | egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9)\.js$'` +files=`hg loc '*.py' '*.html' '*.css' '*.rst' '*.txt' '*.js' '*.ini' '*.cfg' CONTRIBUTORS LICENSE.md| egrep -v '/lockfiles.py|LICENSE-MERGELY.html|/codemirror/|/fontello/|(graph|mergely|native.history|select2/select2|yui.flot|yui.2.9)\.js$'` + sed -i -e "s,`printf '\t'`, ,g" $files sed -i -e "s, *$,,g" $files # ensure one trailing newline - remove empty last line and make last line include trailing newline: