mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
7 lines
269 B
XML
7 lines
269 B
XML
![]() |
<?xml version="1.0"?>
|
||
|
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Castopod">
|
||
|
<description>Castopod's coding standard based on the PSR-1 standard.</description>
|
||
|
|
||
|
<!-- Include the whole PSR-1 standard -->
|
||
|
<rule ref="PSR1"/>
|
||
|
</ruleset>
|