Closed
Description
Operating System: El Capitan
Emacs: 24.5.1
elixir-mode: 2.3.1 (20160511.2327)
When I try to type a map with string keys, like so:
%{
"data" => %{
"foo" => %{
"bar" => nil
}
}
I get this indentation:
%{
"data" => %{
"foo" => %{
"bar" => nil
}
}
}
However, it works properly when the keys are atoms:
%{
data: %{
foo: %{
bar: nil
}
}
}
Metadata
Metadata
Assignees
Labels
No labels