@@ -70,8 +70,8 @@ The path to the google-java executable. Generally, this should have the form:
7070Default: '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
7575Google's style. See https://github.com/mvdan/sh for details.
7676Default: ['-i', '2', '-sr', '-ci'] `
7777
@@ -80,15 +80,24 @@ The path to the shfmt executable.
8080Default: '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.
8585Default: [ '--single-quote', '--trailing-comma=all', '--arrow-parens=always',
8686 '--print-width=80'] `
8787
8888 *codefmt:prettier_executable*
8989The path to the prettier executable.
9090Default: '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]*
93102Configures whether plugin/autocmds.vim should be loaded.
94103Default: 1 `
0 commit comments