See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| { | |
| "preset": "psr12", | |
| "rules": { | |
| "method_chaining_indentation": true, | |
| "group_import": true, | |
| "single_import_per_statement": false, | |
| "no_unused_imports": true, | |
| "array_indentation": true, | |
| "array_syntax": { | |
| "syntax": "short" |