1
0
Fork 0
cms11/pint.json

36 lines
944 B
JSON

{
"preset": "laravel",
"rules": {
"binary_operator_spaces": {
"default": "align_single_space_minimal"
},
"not_operator_with_successor_space": false,
"concat_space": {
"spacing": "one"
},
"visibility_required": {
"elements": [
"method",
"property"
]
},
"ordered_class_elements": {
"order": [
"use_trait",
"constant_public",
"constant_protected",
"constant_private",
"property_public",
"property_protected",
"property_private",
"construct",
"destruct",
"magic",
"phpunit",
"method_public",
"method_protected",
"method_private"
]
}
}
}