Current section

Files

Jump to
exalign dev test fixtures input assignment_alignment.ex
Raw

dev/test/fixtures/input/assignment_alignment.ex

defmodule Example.Assignments do
def compute do
x = 1
foo = "bar"
something_long = 42
another_very_long_name = :atom
y = true
end
end