Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Ivan Tham edited this pageNov 8, 2020 ·3 revisions

Rust features indentation, inspired by other auto languages in kakoune as well asrust.vim.

Most of the parts will auto-indent on-the-fly.

Fixes

Features (less known)

  • Continue comments
/// <ret>             // trailing whitespace will be removed when leaving insert mode
  • Remove comments
///<ret>
  • Auto indent
structOption<T>where<ret>// <-- will dedent where
structOption<T>whereT:PartialEq{<ret>// <-- will dedent {
structOption<T>{Some(T),None,}<ret>// <-- will dedent }
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp