simonrob / email-oauth2-proxy

An IMAP/POP/SMTP proxy that transparently adds OAuth 2.0 authentication for email clients that don't support this method.
Apache License 2.0
843 stars 94 forks source link

Fix trailing whitespace #205

Closed brianjmurrell closed 11 months ago

brianjmurrell commented 11 months ago

Hey @simonrob. Not sure if the whitespace on the empty lines is required in this file's format or not. It just ends up being annoying in editors that are automagically trimming trailing whitespace for you as it creates a whitespace diff from upstream in your local working copy.

If it's required, obviously it's something downstreams are going to have to live with if they have automagic whitespace trimming.

simonrob commented 11 months ago

Thanks - yes, this is not intended. I appreciate the fix!