6
6
],
7
7
"additional_commands" : {
8
8
"foo" : {
9
- "flags" : [" BAR" , " BAZ" ],
9
+ "flags" : [
10
+ " BAR" ,
11
+ " BAZ"
12
+ ],
10
13
"kwargs" : {
11
14
"HEADERS" : " *" ,
12
15
"SOURCES" : " *" ,
18
21
" Override configurations per-command where available"
19
22
],
20
23
"override_spec" : {},
21
- "_help_vartags" : [" Specify variable tags." ],
24
+ "_help_vartags" : [
25
+ " Specify variable tags."
26
+ ],
22
27
"vartags" : [],
23
- "_help_proptags" : [" Specify property tags." ],
28
+ "_help_proptags" : [
29
+ " Specify property tags."
30
+ ],
24
31
"proptags" : []
25
32
},
26
33
"_help_format" : " Options affecting formatting." ,
29
36
" Disable formatting entirely, making cmake-format a no-op"
30
37
],
31
38
"disable" : false ,
32
- "_help_line_width" : [" How wide to allow formatted cmake files" ],
39
+ "_help_line_width" : [
40
+ " How wide to allow formatted cmake files"
41
+ ],
33
42
"line_width" : 120 ,
34
- "_help_tab_size" : [" How many spaces to tab for indent" ],
43
+ "_help_tab_size" : [
44
+ " How many spaces to tab for indent"
45
+ ],
35
46
"tab_size" : 4 ,
36
47
"_help_use_tabchars" : [
37
48
" If true, lines are indented using tab characters (utf-8" ,
106
117
" this many lines, then reject the layout."
107
118
],
108
119
"max_lines_hwrap" : 2 ,
109
- "_help_line_ending" : [" What style line endings to use in the output." ],
120
+ "_help_line_ending" : [
121
+ " What style line endings to use in the output."
122
+ ],
110
123
"line_ending" : " unix" ,
111
124
"_help_command_case" : [
112
125
" Format command names consistently as 'lower' or 'upper' case"
146
159
},
147
160
"_help_markup" : " Options affecting comment reflow and formatting." ,
148
161
"markup" : {
149
- "_help_bullet_char" : [" What character to use for bulleted lists" ],
162
+ "_help_bullet_char" : [
163
+ " What character to use for bulleted lists"
164
+ ],
150
165
"bullet_char" : " *" ,
151
166
"_help_enum_char" : [
152
167
" What character to use as punctuation after numerals in an" ,
194
209
" length to fill the column"
195
210
],
196
211
"canonicalize_hashrulers" : true ,
197
- "_help_enable_markup" : [" enable comment markup parsing and reflow" ],
212
+ "_help_enable_markup" : [
213
+ " enable comment markup parsing and reflow"
214
+ ],
198
215
"enable_markup" : true
199
216
},
200
217
"_help_lint" : " Options affecting the linter" ,
201
218
"lint" : {
202
- "_help_disabled_codes" : [" a list of lint codes to disable" ],
219
+ "_help_disabled_codes" : [
220
+ " a list of lint codes to disable"
221
+ ],
203
222
"disabled_codes" : [],
204
223
"_help_function_pattern" : [
205
224
" regular expression pattern describing valid function names"
289
308
],
290
309
"per_command" : {}
291
310
}
292
- }
311
+ }
0 commit comments