##// END OF EJS Templates
cleanup: fix whitespace in CONTRIBUTORS (and other forgotten files) too
Mads Kiilerich -
r5379:1949ece7 default
parent child Browse files
Show More
@@ -22,4 +22,4 b" required_dbs={{ locals().pop('required_d"
22 # When creating new change scripts, Migrate will stamp the new script with
22 # When creating new change scripts, Migrate will stamp the new script with
23 # a version number. By default this is latest_version + 1. You can set this
23 # a version number. By default this is latest_version + 1. You can set this
24 # to 'true' to tell Migrate to use the UTC timestamp instead.
24 # to 'true' to tell Migrate to use the UTC timestamp instead.
25 use_timestamp_numbering='false' No newline at end of file
25 use_timestamp_numbering='false'
@@ -2,7 +2,8 b''
2
2
3 # Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
3 # Enforce some consistency in whitespace - just to avoid spurious whitespaces changes
4
4
5 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$'`
5 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$'`
6
6 sed -i -e "s,`printf '\t'`, ,g" $files
7 sed -i -e "s,`printf '\t'`, ,g" $files
7 sed -i -e "s, *$,,g" $files
8 sed -i -e "s, *$,,g" $files
8 # ensure one trailing newline - remove empty last line and make last line include trailing newline:
9 # ensure one trailing newline - remove empty last line and make last line include trailing newline:
General Comments 0
You need to be logged in to leave comments. Login now