@@ -94,7 +94,7 @@ Default: 'yapf' `
94
94
The path to the black executable.
95
95
Default: 'black' `
96
96
97
- *codefmt:isort_executable*
97
+ *codefmt:isort_executable*
98
98
The path to the isort executable.
99
99
Default: 'isort' `
100
100
@@ -106,13 +106,16 @@ Default: 'gn' `
106
106
The path to the buildifier executable.
107
107
Default: 'buildifier' `
108
108
109
- *codefmt:buildifier_lint_mode*
110
- Buildifier --lint=lint_mode parameter. Set to 'fix' to autofix issues.
111
- Default: '' to not pass the flag and use the buildifier default (off)
112
- Off: Do not fix issues.
113
- Fix: Fix issues automatically during formatting.
114
- Warn: Format only if there are no issues; if there are issues
115
- it will cause an error and do no formatting.
109
+ *codefmt:buildifier_lint_mode*
110
+ The lint_mode for buildifier. passed to buildifier --lint parameter.
111
+
112
+ Options:
113
+ "" (empty): Use default from buildifier.
114
+ "Off": Do not fix issues.
115
+ "Fix": Fix issues automatically during formatting.
116
+ "Warn": Format only if there are no issues; if there are issues, it will cause
117
+ an error and do no formatting.
118
+ Default: '' `
116
119
117
120
*codefmt:google_java_executable*
118
121
The path to the google-java executable. Generally, this should have the form:
@@ -147,6 +150,10 @@ Command line arguments to feed prettier. Either a list or callable that takes
147
150
no args and returns a list with command line arguments.
148
151
Default: [] `
149
152
153
+ *codefmt:swift_format_executable*
154
+ The path to the swift-format executable.
155
+ Default: 'swift-format' `
156
+
150
157
*codefmt:prettier_executable*
151
158
The path to the prettier executable. String, list, or callable that takes no
152
159
args and returns a string or a list. The default uses npx if available, so
@@ -190,11 +197,6 @@ Default: 'luaformatterfiveone' `
190
197
The path to the cljstyle executable.
191
198
Default: 'cljstyle' `
192
199
193
- *codefmt:swift_format_executable*
194
- The path to the swift-format executable.
195
- Default: 'swift-format' `
196
-
197
-
198
200
*codefmt:plugin[autocmds]*
199
201
Configures whether plugin/autocmds.vim should be loaded.
200
202
Default: 1 `
0 commit comments