|
419 | 419 | },
|
420 | 420 | "sort-members": {
|
421 | 421 | "default": true,
|
422 |
| - "description": "When set to `true`, sort the members of a record or namespace by name and parameters. When set to `false`, the members are included in the declaration order they are extracted.", |
| 422 | + "description": "When set to `true`, sort the members of a record by the criterion determined in the `sort-members-by` option. When set to `false`, the members are included in the declaration order they are extracted.", |
423 | 423 | "enum": [
|
424 | 424 | true,
|
425 | 425 | false
|
426 | 426 | ],
|
427 |
| - "title": "Sort the members of a record or namespace", |
| 427 | + "title": "Sort the members of a record", |
428 | 428 | "type": "boolean"
|
429 | 429 | },
|
430 | 430 | "sort-members-assignment-1st": {
|
|
439 | 439 | },
|
440 | 440 | "sort-members-by": {
|
441 | 441 | "default": "name",
|
442 |
| - "description": "If `sort-members` is set to `true`, determine how members of a record or namespace are sorted. When set to `name`, members are sorted by name. When set to `location`, members are sorted by their primary location in the source code, considering the short name of the path and the location in the file.", |
| 442 | + "description": "If `sort-members` is set to `true`, determine how members of a record are sorted. When set to `name`, members are sorted by name. When set to `location`, members are sorted by their primary location in the source code, considering the short name of the path and the location in the file.", |
443 | 443 | "enum": [
|
444 | 444 | "name",
|
445 | 445 | "location"
|
446 | 446 | ],
|
447 |
| - "title": "Determine how members of a record or namespace are sorted" |
| 447 | + "title": "Determine how members of a record are sorted" |
448 | 448 | },
|
449 | 449 | "sort-members-conversion-last": {
|
450 | 450 | "default": true,
|
|
486 | 486 | "title": "Sort relational operators last",
|
487 | 487 | "type": "boolean"
|
488 | 488 | },
|
| 489 | + "sort-namespace-members-by": { |
| 490 | + "default": "name", |
| 491 | + "description": "Although members of namespaces are always sorted, determine how members of a namespace are sorted. When set to `name`, members are sorted by name. When set to `location`, members are sorted by their primary location in the source code, considering the short name of the path and the location in the file.", |
| 492 | + "enum": [ |
| 493 | + "name", |
| 494 | + "location" |
| 495 | + ], |
| 496 | + "title": "Determine how members of a namespace are sorted" |
| 497 | + }, |
489 | 498 | "source-root": {
|
490 | 499 | "default": "<config-dir>",
|
491 | 500 | "description": "Path to the root directory of the source code. This path is used as a default for input files and a base for relative paths formed from absolute paths. This should typically be the root directory of the git project, as relative paths formed from it can be used to create links to these source files in the repository. Templates use the `base-url` option to create links to the source code.",
|
|
0 commit comments