Skip to content

Commit 20bf1ce

Browse files
authored
Merge pull request #2440 from h-east/update-ft_rust
Update ft_rust.{txt,jax}
2 parents 28cb0fe + 0a832ad commit 20bf1ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/ft_rust.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ g:rust_conceal_pub~
6262

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

en/ft_rust.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ g:rust_conceal_pub~
6060
*g:rust_recommended_style*
6161
g:rust_recommended_style~
6262
Set this option to enable vim indentation and textwidth settings to
63-
conform to style conventions of the rust standard library (i.e. use 4
64-
spaces for indents and sets 'textwidth' to 99). This option is enabled
63+
conform to style conventions of the Rust style guide (i.e. use 4
64+
spaces for indents and set 'textwidth' to 100). This option is enabled
6565
by default. To disable it: >
6666
let g:rust_recommended_style = 0
6767
<

0 commit comments

Comments
 (0)