代码可以比我更好地解释这个:
// how do i make IntelliJ IDEA *stop doing this* to my code?
case class Person(
name: String,
age: Int,
gender: Gender
)
// it's annoying!
答案 0 :(得分:10)
这是代码样式设置,只需在prefs中禁用它:
代码风格 - > Scala - >环绕和支撑 - >方法声明参数 - >多线时对齐。