mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
9 lines
298 B
XML
9 lines
298 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Custom Standard" namespace="MyProject\CS\Standard">
|
|
<description>A custom coding standard</description>
|
|
<file>./app</file>
|
|
<file>./src</file>
|
|
<file>./tests</file>
|
|
<ini name="memory_limit" value="512M"/>
|
|
<rule ref="PSR12"/>
|
|
</ruleset> |