Skip to content

Commit

Permalink
fix the default for keyorder (#859)
Browse files Browse the repository at this point in the history
Fixes the default value for keyordering
  • Loading branch information
gorkem authored Mar 9, 2023
1 parent c657e66 commit c8fa80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yamlSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class SettingsState {
flowMapping: 'allow' | 'forbid';
flowSequence: 'allow' | 'forbid';
};
keyOrdering = true;
keyOrdering = false;
maxItemsComputed = 5000;

// File validation helpers
Expand Down

0 comments on commit c8fa80d

Please sign in to comment.