-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
The formatter currently seems to reduce multiple spaces to single spaces but keeps the first and last space, these should be removed.
" grid hidden h-96 grid-cols-4 " currently becomes
" grid hidden h-96 grid-cols-4 " instead of
"grid hidden h-96 grid-cols-4"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels