Cleanup: filter, TAB, whilespace, lineIds
Run all the cleanup that we have:
- Remove the lineIds
- Remove the trailing space (if any)
- Convert TAB into space
(No code changes)
git config filter.cleanCode.clean 'sed -b -f filter/cleanCode.sed' git add --renormalize . python check_fix_white_space.py git add -u .