mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00

- add .editorconfig file - format all files to comply with castopod's coding style - switch parsedown dependency with commonmark library to better follow commonmark spec for markdown - add prettier command to format all project files at once closes #16
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> |