blob: a711ee8210d652285e23471d91c17925aacd0dc3 [file] [log] [blame]
/**
* generated by Xtext
*/
package org.polarsys.chess.xtext.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 FlaDslFormatter extends AbstractDeclarativeFormatter {
@Override
protected void configureFormatting(final FormattingConfig c) {
}
}