summaryrefslogtreecommitdiff
path: root/.checkstyle
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2012-12-13 22:14:24 -0800
committerJesse Morgan <jesse@jesterpm.net>2012-12-13 22:14:24 -0800
commit87e98e00e0ca5ac4229091aa9bb0e5c09093f50f (patch)
treeb3e73ba3a22d1e04a6dd87111db27ac7d698d5f3 /.checkstyle
Tetris project from TCSS305 class.
Original project was in SVN on the school servers, so the versioning history is gone.
Diffstat (limited to '.checkstyle')
-rw-r--r--.checkstyle13
1 files changed, 13 insertions, 0 deletions
diff --git a/.checkstyle b/.checkstyle
new file mode 100644
index 0000000..ff054aa
--- /dev/null
+++ b/.checkstyle
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="true">
+ <local-check-config name="TCSS 305 New Line Format" location="support_files/checkstyle-newline.xml" type="project" description="The braces-on-newlines style for Autumn 2009 TCSS 305.">
+ <additional-data name="protect-config-file" value="true"/>
+ </local-check-config>
+ <local-check-config name="TCSS 305 Same Line Style" location="support_files/checkstyle-sameline.xml" type="project" description="The braces-on-same-line style for Autumn 2009 TCSS 305.">
+ <additional-data name="protect-config-file" value="true"/>
+ </local-check-config>
+ <fileset name="all" enabled="true" check-config-name="TCSS 305 Same Line Style" local="true">
+ <file-match-pattern match-pattern="." include-pattern="true"/>
+ </fileset>
+</fileset-config>