Skip to content

Commit

Permalink
Add the pint.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Sep 7, 2023
1 parent d3922d6 commit dbb2a2c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"preset": "laravel",
"rules": {
"binary_operator_spaces": {
"operators": {
"=>": "align"
}
},
"is_null": true,
"no_superfluous_elseif": true,
"no_superfluous_phpdoc_tags": false,
"no_useless_else": true,
"yoda_style": {
"always_move_variable": true,
"equal": false,
"identical": false,
"less_and_greater": false
}
}
}

0 comments on commit dbb2a2c

Please sign in to comment.