Working on formatter.
diff --git a/com.google.eclipse.protobuf.ui/.gitignore b/com.google.eclipse.protobuf.ui/.gitignore
new file mode 100644
index 0000000..4247368
--- /dev/null
+++ b/com.google.eclipse.protobuf.ui/.gitignore
@@ -0,0 +1,2 @@
+/src-gen
+/plugin.xml_gen
diff --git a/com.google.eclipse.protobuf/.gitignore b/com.google.eclipse.protobuf/.gitignore
new file mode 100644
index 0000000..ae11275
--- /dev/null
+++ b/com.google.eclipse.protobuf/.gitignore
@@ -0,0 +1,3 @@
+/src-gen
+/xtend-gen
+/plugin.xml_gen
diff --git a/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/formatting/ProtobufFormatter.java b/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/formatting/ProtobufFormatter.java
index 702cacc..a858b4d 100644
--- a/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/formatting/ProtobufFormatter.java
+++ b/com.google.eclipse.protobuf/src/com/google/eclipse/protobuf/formatting/ProtobufFormatter.java
@@ -8,15 +8,14 @@
*/
package com.google.eclipse.protobuf.formatting;
-import org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter;
-import org.eclipse.xtext.formatting.impl.FormattingConfig;
+import org.eclipse.xtext.formatting.impl.*;
import com.google.eclipse.protobuf.services.ProtobufGrammarAccess;
/**
* This class contains custom formatting description.
*
- * @see <a href="http://www.eclipse.org/Xtext/documentation/latest/xtext.html#formatting">Xtext Formatting</a>
+ * @see <a href="http://www.eclipse.org/Xtext/documentation/2_0_0/105-formatting.php">Xtext Formatting</a>
*/
public class ProtobufFormatter extends AbstractDeclarativeFormatter {