org.eclipse.etrice.core.formatting
Class ConfigFormatter

java.lang.Object
  extended by AbstractDeclarativeFormatter
      extended by org.eclipse.etrice.core.formatting.ConfigFormatter

public class ConfigFormatter
extends AbstractDeclarativeFormatter

This class contains custom formatting description. see : http://www.eclipse.org/Xtext/documentation/latest/xtext.html#formatting on how and when to use it Also see org.eclipse.xtext.xtext.XtextFormattingTokenSerializer as an example


Constructor Summary
ConfigFormatter()
           
 
Method Summary
protected  void configureFormatting(FormattingConfig c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigFormatter

public ConfigFormatter()
Method Detail

configureFormatting

protected void configureFormatting(FormattingConfig c)