Add Laravel Pint configuration for Shift compatibility #564

Merged
Copilot merged 4 commits from copilot/add-code-styling-setup into main 2026-01-29 05:16:17 +00:00
Showing only changes of commit 62583c4869 - Show all commits

View File

@@ -2,7 +2,6 @@
"preset": "laravel",
"rules": {
"simplified_null_return": true,
"braces": false,
"new_with_braces": true,
"no_unused_imports": true
}