【发布时间】:2014-08-26 18:52:07
【问题描述】:
例子:
package common.path
class Foobar { // why you do this?
}
在自动格式化后,它会恢复为:
package common.path
class Foobar {
// why you do this?
}
有没有办法取消这个特定的行为?我翻遍了设置,找不到任何东西...
谢谢
【问题讨论】:
标签: scala intellij-idea autoformatting