Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/ft_rust.jax
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ g:rust_conceal_pub~

*g:rust_recommended_style*
g:rust_recommended_style~
rust 標準ライブラリのスタイル慣習 (すなわち、インデントに 4 つスペース
を使い 'textwidth' に 99 を設定します) に従うインデントと textwidth の
設定を有効にするためにはこのオプションを設定します。デフォルトではこの
オプションは有効です。無効にするには: >
このオプションを設定すると、Vim のインデントとテキスト幅の設定が Rust
スタイルガイドのスタイル規則に準拠するようになる (つまり、インデントに
は 4 つのスペースを使用し、'textwidth' を 100 に設定する)。このオプショ
ンはデフォルトで有効になっている。無効にするには: >
let g:rust_recommended_style = 0
<

Expand Down
4 changes: 2 additions & 2 deletions en/ft_rust.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ g:rust_conceal_pub~
*g:rust_recommended_style*
g:rust_recommended_style~
Set this option to enable vim indentation and textwidth settings to
conform to style conventions of the rust standard library (i.e. use 4
spaces for indents and sets 'textwidth' to 99). This option is enabled
conform to style conventions of the Rust style guide (i.e. use 4
spaces for indents and set 'textwidth' to 100). This option is enabled
by default. To disable it: >
let g:rust_recommended_style = 0
<
Expand Down