Skip to content

Instantly share code, notes, and snippets.

@Umar-Jimoh
Umar-Jimoh / pint.json
Created September 30, 2025 11:27 — forked from JustSteveKing/pint.json
Laravel Pint configuration
{
"preset": "per",
"rules": {
"align_multiline_comment": true,
"array_indentation": true,
"array_syntax": true,
"blank_line_after_namespace": true,
"blank_line_after_opening_tag": true,
"combine_consecutive_issets": true,
"combine_consecutive_unsets": true,