On Wed, Nov 15, 2023 at 8:48 AM Thomas Passin <tbp100...@gmail.com> wrote:

> I haven't really been aware of it.  I'm always leery of forced or
> automatic formatting changes, so I like to be able to say when I want it to
> happen.
>

That's my attitude as well. With default settings, Orange never does any of
the following:

- inserts or deletes newlines,
- changes indentation,
- changes the contents of comments or strings, including string delims.

In other words, the *only* thing Orange does is follow PEP8 guidelines for
spaces *between* tokens.  In this respect, Orange does exactly what Black
does. Or rather, what Black did last year. Sometimes Black changes its
behavior.

Also, Orange deletes trailing whitespace, something that pylint complains
about. Doing so makes calling reindent unnecessary, a significant speedup.

Imo, Orange does *exactly* what is required and nothing else.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS3mNu5WJg0XKc4oWaY42k1VAPozeH7aapFFVs%2BMtYoM7w%40mail.gmail.com.

Reply via email to