File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ g:rust_conceal_pub~
6262
6363 *g:rust_recommended_style*
6464g: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
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ g:rust_conceal_pub~
6060 *g:rust_recommended_style*
6161g: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<
You can’t perform that action at this time.
0 commit comments