File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 66
66
"wrap_length" : {
67
67
"type" : " number"
68
68
},
69
+ "sections" : {
70
+ "type" : " array" ,
71
+ "items" : {"type" : " string" }
72
+ },
69
73
"known_future_library" : {
70
74
"type" : " array" ,
71
75
"items" : {"type" : " string" }
152
156
"type" : " boolean"
153
157
}
154
158
},
159
+ "patternProperties" : {
160
+ "^known_[a-z_]+" : {
161
+ "type" : " array" ,
162
+ "items" : {"type" : " string" }
163
+ }
164
+ },
155
165
"additionalProperties" : false ,
156
166
"type" : " object"
157
167
},
344
354
"include_trailing_comma" : true ,
345
355
"force_grid_wrap" : 0 ,
346
356
"use_parentheses" : true ,
357
+ "ensure_newline_before_comments" : true ,
347
358
"line_length" : 88
348
359
}
349
360
},
376
387
"$ref" : " #/definitions/cacheFormatters" ,
377
388
"default" : false
378
389
},
379
- "astyle" : {
380
- "title" : " AStyle Config" ,
390
+ "astyle" : {
391
+ "title" : " AStyle Config" ,
381
392
"description" : " Command line options to be passed to astyle." ,
382
393
"$ref" : " #/definitions/astyle" ,
383
394
"default" : {
384
- "args" : []
385
- }
386
- },
395
+ "args" : []
396
+ }
397
+ },
387
398
"suppressFormatterErrors" : {
388
399
"title" : " Suppress formatter errors" ,
389
400
"description" : " Whether to suppress all errors reported by formatter while formatting. Useful when you have format on save mode on." ,
You can’t perform that action at this time.
0 commit comments