refactor: add php_codesniffer to define castopod's coding style based on psr-1
- 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
Showing
- .devcontainer/devcontainer.json 3 additions, 1 deletion.devcontainer/devcontainer.json
- .editorconfig 12 additions, 0 deletions.editorconfig
- .phpcs.xml 7 additions, 0 deletions.phpcs.xml
- .prettierrc.json 1 addition, 2 deletions.prettierrc.json
- DEPENDENCIES.md 1 addition, 1 deletionDEPENDENCIES.md
- app/Authorization/FlatAuthorization.php 8 additions, 6 deletionsapp/Authorization/FlatAuthorization.php
- app/Authorization/GroupModel.php 3 additions, 1 deletionapp/Authorization/GroupModel.php
- app/Authorization/PermissionModel.php 3 additions, 1 deletionapp/Authorization/PermissionModel.php
- app/Config/App.php 219 additions, 219 deletionsapp/Config/App.php
- app/Config/Boot/development.php 1 addition, 0 deletionsapp/Config/Boot/development.php
- app/Config/Cache.php 72 additions, 72 deletionsapp/Config/Cache.php
- app/Config/ContentSecurityPolicy.php 3 additions, 1 deletionapp/Config/ContentSecurityPolicy.php
- app/Config/Database.php 3 additions, 1 deletionapp/Config/Database.php
- app/Config/DocTypes.php 3 additions, 1 deletionapp/Config/DocTypes.php
- app/Config/Email.php 1 addition, 0 deletionsapp/Config/Email.php
- app/Config/Encryption.php 16 additions, 15 deletionsapp/Config/Encryption.php
- app/Config/Events.php 3 additions, 1 deletionapp/Config/Events.php
- app/Config/Exceptions.php 25 additions, 23 deletionsapp/Config/Exceptions.php
- app/Config/Filters.php 3 additions, 1 deletionapp/Config/Filters.php
- app/Config/ForeignCharacters.php 3 additions, 1 deletionapp/Config/ForeignCharacters.php
Loading
Please register or sign in to comment