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

Chop empty lines at the beginning and end of the quote? #193

Open
Minoru opened this issue Sep 20, 2016 · 4 comments
Open

Chop empty lines at the beginning and end of the quote? #193

Minoru opened this issue Sep 20, 2016 · 4 comments

Comments

@Minoru
Copy link
Member

Minoru commented Sep 20, 2016

Quote #8093 has an empty line at the end. This could be fixed manually if we implement #68, or even via simple SQL query, but wouldn't it be better if such trivial edits were automated?

@ForNeVeR
Copy link
Member

ForNeVeR commented Sep 21, 2016

I vote for:

  • trim the white space automatically from the end of every incoming quote (but not from the start because it may be intended indentation)
  • fix the existing quotes with an evolution

@Minoru
Copy link
Member Author

Minoru commented Sep 21, 2016

What about empty lines at the beginning and/or end of the quote? I think those should be removed automatically, too.

@ForNeVeR
Copy link
Member

ForNeVeR commented Sep 21, 2016

Empty lines at the beginning – yes. Empty lines at the end are already covered by my specification "trim the white space automatically from the end". \n is a whitespace character, too.

@rexim
Copy link
Member

rexim commented Sep 21, 2016

I agree with @ForNeVeR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants