.formatter.exs 91 B

1234
  1. [
  2. import_deps: [:phoenix],
  3. inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"]
  4. ]