Skip to content

Commit 6602f0e

Browse files
Add a .prettierignore rule to exclude resources/views/mail/* from formatting. (#77)
This PR adds a new rule to `.prettierignore` to exclude `resources/views/mail/*` from automatic formatting. Email templates often contain embedded Blade syntax and inline styles, which Prettier's formatting rules can disrupt. Ignoring these files ensures that the email templates' intended structure and formatting remain intact.
1 parent c4b9cf5 commit 6602f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
resources/js/components/ui/*
22
resources/js/ziggy.js
3+
resources/views/mail/*

0 commit comments

Comments
 (0)