From dd776a3a2e303254580ecd7995f07990851dc1e2 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 13 Jul 2026 11:26:08 +0100 Subject: [PATCH] Added pint.json --- pint.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pint.json diff --git a/pint.json b/pint.json new file mode 100644 index 0000000000..a4a823e8a8 --- /dev/null +++ b/pint.json @@ -0,0 +1,7 @@ +{ + "preset": "laravel", + "rules": { + "fully_qualified_strict_types": false, + "single_line_after_imports": false + } +}