1.6.4
- Switch continuation indent from 4 to 3. (IntelliJ's Dokka preview treats an indent of 4 or more as preformatted text even on a continued line; Dokka itself (and Markdown) does not.
- Add ability to override the continuation indent in the IDE plugin settings.
- Don't reorder
@sample
tags (backported facebook/ktfmt#406)