Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Formatting variable definition

$
0
0

Hi,

 

Here is a statement:

String s = "aa...aa";

If the value is long enough to exceed the line length, the autoformatting turns it into:

String

      s =

      "aa...aa";

I would expect

String s =

      "aa...aa";   

Is there a setting in IntelliJ to make the formatting work the way I want?

 

Thanks!

Alex


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>