Skip to content

Commit

Permalink
Make all configuration options settable
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed May 12, 2024
1 parent b494604 commit d0a9554
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ class LayoutDialect extends AbstractProcessorDialect {
static final String DIALECT_PREFIX = 'layout'
static final int DIALECT_PRECEDENCE = 10

private final SortingStrategy sortingStrategy
private final boolean autoHeadMerging
private final boolean newTitleTokens
SortingStrategy sortingStrategy
boolean autoHeadMerging
boolean newTitleTokens

/**
* Constructor, configure the layout dialect.
Expand Down

0 comments on commit d0a9554

Please sign in to comment.