Added checkstyle config for api-checker.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2532 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/tools/api-checker/.checkstyle b/eclipse/tools/api-checker/.checkstyle
new file mode 100644
index 0000000..0f1cbd9
--- /dev/null
+++ b/eclipse/tools/api-checker/.checkstyle
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<fileset-config file-format-version="1.2.0" simple-config="true">
+ <fileset name="all" enabled="true" check-config-name="GWT Checks" local="false">
+ <file-match-pattern match-pattern="." include-pattern="true"/>
+ </fileset>
+ <filter name="NonSrcDirs" enabled="true"/>
+</fileset-config>