You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ai/pint/core.blade.php
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,10 @@
3
3
@endphp
4
4
## Laravel Pint Code Formatter
5
5
6
+
@if($assist->supportsPintAgentFormatter())
7
+
- You must run `{{$assist->binCommand('pint') }} --dirty --format agent` before finalizing changes to ensure your code matches the project's expected style.
8
+
- Do not run `{{$assist->binCommand('pint') }} --test --format agent`, simply run `{{$assist->binCommand('pint') }} --format agent` to fix any formatting issues.
9
+
@else
6
10
- You must run `{{$assist->binCommand('pint') }} --dirty` before finalizing changes to ensure your code matches the project's expected style.
7
11
- Do not run `{{$assist->binCommand('pint') }} --test`, simply run `{{$assist->binCommand('pint') }}` to fix any formatting issues.
0 commit comments