Is it possible to disable the formatter for files or sections of a file using comments? As an example the `black` formatter for python allows doing: ```python # fmt: off some code # fmt: on ```
Is it possible to disable the formatter for files or sections of a file using comments?
As an example the
blackformatter for python allows doing: