You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ This extension contributes the following settings:
41
41
|`schema`| Schema to use. Possible values are `HOMEASSISTANT_SCHEMA`, `CLOUDFORMATION_SCHEMA`, `CORE_SCHEMA`, `DEFAULT_SCHEMA`, `FAILSAFE_SCHEMA`, `JSON_SCHEMA`. |`DEFAULT_SCHEMA`|
42
42
|`sortArrays`| When `true`, will sort arrays |`false`|
43
43
|`sortOnSave`| When `0`, will sort files when saving document. When `1`, `2` or `3`, will use customSortKeywords. Set to negative value to disable sortOnSave. Only works in combination with `editor.formatOnSave` set to `true`. |`0`|
44
+
|`sortOrderReverse`| When `true`, will sort in reverse order |`false`|
44
45
|`useAsFormatter`| When `true`, will enable default YAML formatter (requires restart). |`false`|
45
46
|`useCustomSortRecursively`| When `true`, will use the custom sort keywords recursively on a file, when using custom sort. |`false`|
46
47
|`useLeadingDashes`| When `true`, sorted YAML files begin with leading dashes. |`true`|
0 commit comments