Skip to content

Commit ff5212a

Browse files
committed
Regenerate vimdoc after #129
1 parent 7556c68 commit ff5212a

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

doc/codefmt.txt

+13-4
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ The path to the google-java executable. Generally, this should have the form:
7070
Default: 'google-java-format' `
7171

7272
*codefmt:shfmt_options*
73-
Command line arguments to feed shfmt. Either a list or callable that takes
74-
no args and returns a list with command line arguments. By default, uses the
73+
Command line arguments to feed shfmt. Either a list or callable that takes no
74+
args and returns a list with command line arguments. By default, uses the
7575
Google's style. See https://github.com/mvdan/sh for details.
7676
Default: ['-i', '2', '-sr', '-ci'] `
7777

@@ -80,15 +80,24 @@ The path to the shfmt executable.
8080
Default: 'shfmt' `
8181

8282
*codefmt:prettier_options*
83-
Command line arguments to feed prettier. Either a list or callable that
84-
takes no args and returns a list with command line arguments.
83+
Command line arguments to feed prettier. Either a list or callable that takes
84+
no args and returns a list with command line arguments.
8585
Default: [ '--single-quote', '--trailing-comma=all', '--arrow-parens=always',
8686
'--print-width=80'] `
8787

8888
*codefmt:prettier_executable*
8989
The path to the prettier executable.
9090
Default: 'prettier' `
9191

92+
*codefmt:rustfmt_options*
93+
Command line arguments to feed rustfmt. Either a list or callable that takes
94+
no args and returns a list with command line arguments.
95+
Default: [] `
96+
97+
*codefmt:rustfmt_executable*
98+
The path to the rustfmt executable.
99+
Default: 'rustfmt' `
100+
92101
*codefmt:plugin[autocmds]*
93102
Configures whether plugin/autocmds.vim should be loaded.
94103
Default: 1 `

0 commit comments

Comments
 (0)