Turn off formatter for some lines when using Eclipse Formatter plugin in Android Studio

496 views Asked by At

Is there any way to specify to say that these lines should not be formatted when using the Eclipse Formatter plugin in Android Studio?

//@formatter:off and //@formatter:on do not work for me

1

There are 1 answers

1
Talihawk On

Not sure about the Eclipse formatter plugin in Studio, but you can enable those tags by going to File -> Settings -> Code Style -> General and there at the bottom you'll find "Enable formatter markers in comments"