Skip to content

Commit c23591f

Browse files
committed
Update Pint preset to the default
1 parent 3a68f06 commit c23591f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/git-hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
'laravel_pint' => [
172172
'path' => env('LARAVEL_PINT_PATH', 'vendor/bin/pint'),
173173
'config' => env('LARAVEL_PINT_CONFIG', 'pint.json'),
174-
'preset' => env('LARAVEL_PINT_PRESET', 'psr12'),
174+
'preset' => env('LARAVEL_PINT_PRESET', 'laravel'),
175175
'file_extensions' => env('LARAVEL_PINT_FILE_EXTENSIONS', '/\.php$/'),
176176
],
177177
'php_code_sniffer' => [

0 commit comments

Comments
 (0)