Intelliji的Allman-Style

Col*_*hog 3 intellij-idea

我想知道如何配置Intelliji IDEA来自动使我的代码看起来像:

public void Something()
{
// something
}
Run Code Online (Sandbox Code Playgroud)

而不是:

public void Something() {
// something
}
Run Code Online (Sandbox Code Playgroud)

我相信它被称为"奥尔曼"风格.然而,Intelliji使用"K&R"(我认为?)风格开箱即用.

pde*_*eva 5

转到项目设置.配置代码样式格式.