Ejemplo n.º 1
0
 public EclipseCCodeFormatter() {
   HashMap<String, String> options = CCorePlugin.getOptions();
   codeFormatter = org.eclipse.cdt.core.ToolFactory.createDefaultCodeFormatter(options);
 }