Open
Description
Running ggVG=
to indent the file leads to:
Actual
defmodule MyApp.Foo do
use MyApp.Web, :live_component
@impl true
def mount(socket) do
{:ok, socket}
end
@impl true
def render(assigns) do
~L"""
<div>
<p>component!</p>
</div>
"""
end
end
Expected
defmodule MyApp.Foo do
use MyApp.Web, :live_component
@impl true
def mount(socket) do
{:ok, socket}
end
@impl true
def render(assigns) do
~L"""
<div>
<p>component!</p>
</div>
"""
end
end
Metadata
Metadata
Assignees
Labels
No labels