Skip to content

[Formatting Bug]: #1019

@royandixix

Description

@royandixix

Platform

MacOS

Template before formatting

<html>
   <head></head>
   <body>
   @if ($user)
   <div>
   {{ $user->id }}
   </div>
   @endif
   </body>
   </html>

Template after formatting

<html>
   <head></head>
   <body>
   @if ($user)
   <div>
   {{ $user->id }}
   </div>
   @endif
   </body>
   </html>

Expected Behaviour

No response

Relevant log output

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions