{
    "preset": "laravel",
    "rules": {
        "declare_strict_types": true,
        "final_class": false,
        "ordered_imports": { "sort_algorithm": "alpha" },
        "no_unused_imports": true,
        "array_syntax": { "syntax": "short" },
        "blank_line_after_opening_tag": true,
        "no_trailing_whitespace": true,
        "single_blank_line_at_eof": true,
        "binary_operator_spaces": { "default": "align_single_space_minimal" }
    },
    "exclude": [
        "installer/views",
        "storage",
        "bootstrap/cache"
    ]
}
