简体   繁体   English

Intellij Idea - Java 格式化程序

[英]Intellij Idea - Java Formatter

How can I set the following formatting for Intellij?如何为 Intellij 设置以下格式?

Before formatting:格式化前:

    System.
            out.println("spring");

After formatting:格式化后:

System.out.println("spring");

It works fine in Eclipse, but Intellij has problems with it.它在 Eclipse 中运行良好,但 Intellij 存在问题。 Thanks!谢谢!

How can I set the following formatting for Intellij?如何为 Intellij 设置以下格式?

Before formatting:格式化前:

    System.
            out.println("spring");

After formatting:格式化后:

System.out.println("spring");

It works fine in Eclipse, but Intellij has problems with it.它在 Eclipse 中运行良好,但 Intellij 存在问题。 Thanks!谢谢!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM