We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4d31c commit b6d3ce5Copy full SHA for b6d3ce5
1 file changed
src/settings.ts
@@ -49,6 +49,7 @@ export class Settings {
49
quotingType = this.getQuotingType()
50
schema = this.getSchema()
51
sortArrays = this.getBoolean("sortArrays")
52
+ sortOrderReverse = this.getBoolean("sortOrderReverse")
53
sortOnSave = this.getNumber("sortOnSave")
54
useCustomSortRecursively = this.getBoolean("useCustomSortRecursively")
55
useLeadingDashes = this.getBoolean("useLeadingDashes")
0 commit comments