diff options
author | Yohann Roussel <yroussel@google.com> | 2014-04-07 11:55:23 +0200 |
---|---|---|
committer | Yohann Roussel <yroussel@google.com> | 2014-04-07 11:55:23 +0200 |
commit | 07a55f2c401c7bab42db8b1fb83abe3f980d364f (patch) | |
tree | a9937e2a054922e0288300d0c16d83742538183f /dx/.checkstyle | |
parent | de9fa866925ccc0eac235184b7fb122e333e223e (diff) | |
download | toolchain_jack-07a55f2c401c7bab42db8b1fb83abe3f980d364f.zip toolchain_jack-07a55f2c401c7bab42db8b1fb83abe3f980d364f.tar.gz toolchain_jack-07a55f2c401c7bab42db8b1fb83abe3f980d364f.tar.bz2 |
Initial Jack import part 2.
Change-Id: Ic439604a1f030700d9049800fbf62422e0004d35
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> |