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?

0
1 comment

Are you invoking reformat automatically? 

You can enable @formatter:off/on comments in File | Settings | Editor | Code Style

0

Please sign in to leave a comment.