Skip to content

Commit

Permalink
Create pint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed May 9, 2024
1 parent 24a7598 commit 5e7e75b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"preset": "laravel",
"rules": {
"blank_line_before_statement": true,
"concat_space": {
"spacing": "one"
},
"method_argument_space": true,
"single_trait_insert_per_statement": true,
"types_spaces": {
"space": "single"
}
}
}

0 comments on commit 5e7e75b

Please sign in to comment.