From 5a5be59512f4d046463d145b7236e3772d5a2127 Mon Sep 17 00:00:00 2001 From: Sami Al-Dury Date: Thu, 17 Oct 2024 11:15:47 +0200 Subject: [PATCH] cursor: add laravel pint --- .config/cursor/settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/cursor/settings.json b/.config/cursor/settings.json index 776fc0a..4fdc1d2 100644 --- a/.config/cursor/settings.json +++ b/.config/cursor/settings.json @@ -30,6 +30,11 @@ // Prettier "prettier.requireConfig": true, "prettier.useEditorConfig": false, + // Pint + "laravel-pint.enable": true, + "[php]": { + "editor.defaultFormatter": "open-southeners.laravel-pint" + }, // Vim // Shell