Robojuice / Butterknife @InjectView AutoFormatting issue in Android Studio
When you open Preferences -> Code Style -> Java.
Choose Tab Wrapping and Braces.
After that scroll to bottom and there is option to set this style as is shown in the image below:
Choose which is wright for you.
Follow this :
File -> Settings -> Editor -> Code style -> Java -> Wrapping and Braces -- Field Annotation and select the checkbox (Do not wrap after single annotation)
Hopefully, it will solve your problem.