blob: 57e2250a07692ce3f7b82c74c9aa2612b128d2e8 [file] [log] [blame]
/**
* generated by Xtext
*/
package org.eclipse.qvto.examples.xtext.qvtoperational.formatting;
import org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter;
import org.eclipse.xtext.formatting.impl.FormattingConfig;
/**
* This class contains custom formatting description.
*
* see : http://www.eclipse.org/Xtext/documentation.html#formatting
* on how and when to use it
*
* Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
*/
@SuppressWarnings("all")
public class QVTOperationalFormatter extends AbstractDeclarativeFormatter {
@Override
protected void configureFormatting(final FormattingConfig c) {
}
}