Skip to content

Better indent-new-comment

Compare
Choose a tag to compare
@taku0 taku0 released this 05 Feb 11:55
· 216 commits to master since this release

swift-mode:indent-new-comment-line (M-j or C-M-j) now inhertis slashes from the previous line. Example:

/// Some documentation comment
///
/// Typing M-j here will insert three slashes on the next line instead of two.