Matt Enlow
Matt Enlow
We auth with multiple orgs for pulling in private packages. Our scripts were initiallly ```sh mix do \ hex.auth ..., \ hex.auth ... ``` However, this would fail to auth...
Which locks up atom pretty easily =) Might want to debounce the formatting
* Do not use the issues tracker for help or support (try Elixir Forum, Slack, IRC, etc.) * Questions about how to contribute are fine. ### Environment * Elixir &...
Often there's a series of ast siblings that codebase authors want to keep sorted. We know this to be the case for things like aliases, imports, etc, but what about...
- sort by path, controller, action, dsl_name - remove scope which only set a path, and add that path to the children (implicit grouping no longer needed as styler will...
## Versions * Elixir: use `elixir --version` * Styler: use `mix deps | grep locked | grep styler` ## Example Input ```elixir # should get piped but doesn't, because the...
this would fix the compilation-breakage that is detailed in the readme ```elixir # before defmodule MyGreatLibrary do @library_options [ ... ] @moduledoc make_pretty_docs(@library_options) use OptionsMagic, my_opts: @library_options end # after...
adding `ordered_siblings: true` to `use StyleCase` allows the property to be enforced one module at a time
Closes #104 stalled out due to naive approach not passing property tests, hinting that a big overhaul might be required to make this happen ðŸ˜