Created
January 31, 2025 06:09
-
-
Save eriveltondasilva/c57bad2dd28479f3d87c1506fbbff620 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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