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
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
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"