Skip to content

Commit b6d3ce5

Browse files
authored
Sort Order Reverse
Sort Order Reverse
1 parent 2b4d31c commit b6d3ce5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export class Settings {
4949
quotingType = this.getQuotingType()
5050
schema = this.getSchema()
5151
sortArrays = this.getBoolean("sortArrays")
52+
sortOrderReverse = this.getBoolean("sortOrderReverse")
5253
sortOnSave = this.getNumber("sortOnSave")
5354
useCustomSortRecursively = this.getBoolean("useCustomSortRecursively")
5455
useLeadingDashes = this.getBoolean("useLeadingDashes")

0 commit comments

Comments
 (0)