autoformatting - IntelliJ IDEA autoformat Line break after public/private -


for weird reason when autoformatted project new settings in autoformat did things this:

public object[] name(args){ 

i rather have in 1 line, how can that?

by looks of it, it's wrapping under code style => java => wraping , braces => array initializer, , have new line after "{" checked well:

array initializer


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -