Added checkstyle config to user git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@61 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/user/.checkstyle b/eclipse/user/.checkstyle new file mode 100644 index 0000000..0eec892 --- /dev/null +++ b/eclipse/user/.checkstyle
@@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<fileset-config file-format-version="1.2.0" simple-config="false"> + <fileset name="all" enabled="true" check-config-name="GWT Checks" local="false"> + <file-match-pattern match-pattern=".*src.*java" include-pattern="true"/> + </fileset> +</fileset-config>