Skip to content

Elixir-Mode v2.2.0

Compare
Choose a tag to compare
@tonini tonini released this 31 Dec 16:30
· 389 commits to master since this release

Enhancements

  • [Indentation] Indent listing inside square brackets. (#160)
  • [Indentation] Indent of binary sequence inside match block
  • [Indentation] Indent correct after a binary sequence <<1,2,3,4>>.
  • [Indentation] Indent correct after oneline def ... do: function
  • [Indentation] Correct behavior after last line in buffer. (#145)