Skip to content

Commit

Permalink
regex engine - cleanup internal tabs and ws (use -w to ignore)
Browse files Browse the repository at this point in the history
Having internal tabs causes confusion in diffs and reviews. In the
following patch I will move a lot of code around, creating new files
and they will all be whitespace clean: no trailing whitespace,
tabs expanded to the next tabstop properly, and no trailing empty
lines at the bottom of the file.

This patch prepares for that split, and future splits and changes to
the regex engine by precleaning the main regex engine files with the
same rules.

It should show no changes under '-w'.
  • Loading branch information
demerphq committed Dec 9, 2022
1 parent 51fd43e commit 6a6e5d0
Show file tree
Hide file tree
Showing 5 changed files with 513 additions and 513 deletions.
Loading

0 comments on commit 6a6e5d0

Please sign in to comment.