Skip to content

Commit 1849012

Browse files
authored
Sort order reverse.
Sort order reverse.
1 parent 4de6589 commit 1849012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export class Settings {
4949
quotingType = this.getQuotingType()
5050
schema = this.getSchema()
5151
sortArrays = this.getBoolean("sortArrays")
52-
sortOrderReverse = this.getBoolean("sortOrderReverse")
5352
sortOnSave = this.getNumber("sortOnSave")
53+
sortOrderReverse = this.getBoolean("sortOrderReverse")
5454
useCustomSortRecursively = this.getBoolean("useCustomSortRecursively")
5555
useLeadingDashes = this.getBoolean("useLeadingDashes")
5656
useArrayProcessor = this.getBoolean("useArrayProcessor")

0 commit comments

Comments
 (0)