Skip to content

Commit

Permalink
no ad_hoc_formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
crogoz committed May 2, 2024
1 parent e0eb912 commit b7d0f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected FormattingTask createFormattingTask(@NotNull AsyncFormattingRequest re

@Override
public @NotNull Set<Feature> getFeatures() {
return Set.of(Feature.AD_HOC_FORMATTING, Feature.FORMAT_FRAGMENTS, Feature.OPTIMIZE_IMPORTS);
return Set.of(Feature.FORMAT_FRAGMENTS, Feature.OPTIMIZE_IMPORTS);
}

@Override
Expand Down

0 comments on commit b7d0f09

Please sign in to comment.