Skip to content

Commit

Permalink
Make sure setting can be persisted
Browse files Browse the repository at this point in the history
  • Loading branch information
ohle committed Jul 5, 2024
1 parent 209cb12 commit 94eb608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static class State {

private EnabledState enabled = EnabledState.UNKNOWN;
public JavaFormatterOptions.Style style = JavaFormatterOptions.Style.GOOGLE;
boolean optimizeImports = true;
public boolean optimizeImports = true;

// enabled used to be a boolean so we use bean property methods for backwards compatibility
public void setEnabled(@Nullable String enabledStr) {
Expand Down

0 comments on commit 94eb608

Please sign in to comment.