Skip to content

Instantly share code, notes, and snippets.

View WenderRocha's full-sized avatar

Wender Rocha WenderRocha

  • Rio Claro,SP,Brazil
View GitHub Profile
@WenderRocha
WenderRocha / pint.json
Last active November 1, 2023 11:34
pint.json
{
"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"

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example