{
  "preset": "laravel",
  "rules": {
    "array_indentation": true,
    "array_syntax": {
      "syntax": "short"
    },
    "binary_operator_spaces": {
      "default": "single_space",
      "operators": {
        "=>": "align_single_space_minimal"
      }
    },
    "trailing_comma_in_multiline": {
      "elements": ["arrays", "parameters"]
    },
    "method_chaining_indentation": true,
    "no_extra_blank_lines": true,
    "no_spaces_around_offset": {
      "positions": ["inside", "outside"]
    },
    "concat_space": {
      "spacing": "one"
    },
    "single_quote": true,
    "blank_line_after_opening_tag": false,
    "linebreak_after_opening_tag": false,
    "ordered_imports": {
      "sort_algorithm": "alpha"
    },
    "phpdoc_align": {
      "align": "left"
    },
    "phpdoc_summary": false,
    "no_unused_imports": true
  }
}
