mix eunomo.gen.config (eunomo v0.1.3)

Generates the default configuration for Eunomo.

The .eunomo.exs file is created in the current working directory. If it already exists the task is aborted.

# Used by "mix eunomo"
[
  inputs: :read_from_dot_formatter,
  formatter: [
    Eunomo.Formatter.AlphabeticalAliasSorter,
    Eunomo.Formatter.AlphabeticalImportSorter,
    Eunomo.Formatter.AlphabeticalRequireSorter
  ]
]