/** * generated by Xtext */ package org.eclipse.sirius.expression.text.formatting; import org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter; import org.eclipse.xtext.formatting.impl.FormattingConfig; /** * This class contains custom formatting declarations. * * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#formatting * on how and when to use it. * * Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example */ @SuppressWarnings("all") public class ExpressionTextFormatter extends AbstractDeclarativeFormatter { @Override protected void configureFormatting(final FormattingConfig c) { } }