<?xml version="1.0"?>
<ruleset name="Decode WordPress Theme Coding Standards Configuration">
	<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
	
	<!-- Set a description for this ruleset. -->
	<description>A custom set of code standard rules to check for Decode.</description>

	<!-- Include the WordPress ruleset, with exclusions. -->
	<rule ref="WordPress">
		
	</rule>
</ruleset>