How to prevent reformatting from messing with tox.ini files?
Due to https://youtrack.jetbrains.com/issue/WI-19794 bug now your tox.ini files would be messed on any reformatting.
Is there a way to prevent this from happening? like adding exceptions/ignores for reformatting?
Please sign in to leave a comment.
Are you invoking reformat automatically?
You can enable @formatter:off/on comments in File | Settings | Editor | Code Style