Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rules that seem to fix whitespace woes #57

Merged
merged 3 commits into from
Oct 14, 2014
Merged

Conversation

tbranyen
Copy link
Owner

  • Strips out whitespace between expressions that have a newline present.
  • Strips out trailing whitespace before expressions are started.

This PR finally gets rid of the nuisance whitespace and creates
realistic rules on how it behaves.

By using newlines you are opting to trim all whitespace surrounding each
tag.  If you omit newlines your whitespace is treated as intentional and
will not be stripped.
tbranyen added a commit that referenced this pull request Oct 14, 2014
Rules that seem to fix whitespace woes
@tbranyen tbranyen merged commit acd9bef into master Oct 14, 2014
@tbranyen tbranyen deleted the whitespace-what-else branch October 14, 2014 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant