Skip to content

Instantly share code, notes, and snippets.

@eriveltondasilva
Created January 31, 2025 06:09
Show Gist options
  • Save eriveltondasilva/c57bad2dd28479f3d87c1506fbbff620 to your computer and use it in GitHub Desktop.
Save eriveltondasilva/c57bad2dd28479f3d87c1506fbbff620 to your computer and use it in GitHub Desktop.
{
"preset": "laravel",
"rules": {
"concat_space": { "spacing": "one" },
"group_import": { "group_types": ["classy"] },
"single_import_per_statement": false,
"declare_strict_types": true,
"simplified_null_return": true,
"new_with_parentheses": {
"anonymous_class": true,
"named_class": true
},
"binary_operator_spaces": {
"default": "single_space",
"operators": {
"=>": "align_single_space_minimal"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment