public interface CustomFormattingModelBuilder extends FormattingModelBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEngagedToFormat(PsiElement context)
Implementors of the method must decide if this particular builder is responsible to format a
context passed. |
createModel, getRangeAffectingIndentboolean isEngagedToFormat(PsiElement context)
context passed.context - a PSI context for the builder to decide if it is responsible to format these kind of things.true if this particular builder shall be used to format context