Skip to content

v1.3.2

Compare
Choose a tag to compare
@novaugust novaugust released this 14 Jan 20:27
· 32 commits to main since this release

# styler:sort will sort key values, like:

# given 
%{
  z: ...,
  # styler:sort
  b: ~w(a list to be sorted)
}

# styled
%{
  z: ...,
  # styler:sort
  b: ~w(a be list sorted to)
}