Shorthand.Quokka.ShortenMaps (Shorthand v1.3.0)

Copy Markdown View Source

Quokka plugin that rewrites shortenable maps to m(...) / sm(...).

When a rewrite happens in a module that does not yet import Shorthand, the import is added automatically.

Enable in .formatter.exs:

[
  plugins: [Quokka],
  quokka: [
    plugins: [Shorthand.Quokka.ShortenMaps]
  ]
]