diff options
Diffstat (limited to 'dx/.checkstyle')
-rw-r--r-- | dx/.checkstyle | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dx/.checkstyle b/dx/.checkstyle new file mode 100644 index 0000000..16b1f09 --- /dev/null +++ b/dx/.checkstyle @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false"> + <local-check-config name="Jack Checkstyle" location="jackstyle.xml" type="project" description=""> + <additional-data name="protect-config-file" value="true"/> + </local-check-config> + <fileset name="all" enabled="true" check-config-name="Jack Checkstyle" local="true"> + <file-match-pattern match-pattern="." include-pattern="true"/> + </fileset> +</fileset-config> |