Skip to content

Commit

Permalink
Activate option by default + run test for both options
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Dec 28, 2023
1 parent 0b01c44 commit 5a85545
Show file tree
Hide file tree
Showing 4 changed files with 2,602 additions and 104 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ const plugin: Plugin<TypedGherkinNode<GherkinNode>> = {
},
forceNewlineBetweenStepBlocks: {
type: 'boolean',
default: true, // TODO set to false
default: false,
description: 'Force new line between Context and Action blocks',
oppositeDescription:
'Do not force hardline between Context and Action blocks',
Expand Down
Loading

0 comments on commit 5a85545

Please sign in to comment.