IntelliJにマージンでscaladocをラップさせる方法はありますか?
基本的に、私はこれが欲しいです:
/**
* This is a method description that is long enough to exceed right margin.
* <p/>
* Another paragraph of the description placed after blank line.
* <p/>
* Line with manual
* line feed.
これにフォーマットされます:
/**
* This is a method description that is long
* enough to exceed right margin.
* <p/>
* Another paragraph of the description
* placed after blank line.
* <p/>
* Line with manual line feed.
*
...行の長さがここで終了するように設定されている場合:
^