If you mean: "don't remove entire lines that consist of only
whitespace," then I agree.
If you mean: "don't remove any trailing whitespace from lines that
consist only of whitespace," then I do not.

-Jon


On Sun, Apr 12, 2015 at 7:01 PM, Alexis King <lexi.lam...@gmail.com> wrote:
> If you decide to do this, please make it so it doesn’t trim whitespace from
> whitespace-only lines. For some reason a lot of IDEs do this, and it’s a pet
> peeve of mine.
>
> On Apr 12, 2015, at 15:14, Robby Findler <ro...@eecs.northwestern.edu>
> wrote:
>
> No but Max changed the way return works so there should be less whitespace
> added going forward.
>
> Writing a script to trim whitespace from line-endings would work well if it
> were to use text% IMO. Use load-file to get a file and then the paragraph
> methods to find line endings and then delete stuff and ace the file again.
>
> Robby
>
> On Sunday, April 12, 2015, Jon Zeppieri <zeppi...@gmail.com> wrote:
>>
>> Does such a think already exist?
>>
>> -Jon
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to racket-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to