rebar.config 94 B

123456
  1. %% -*- mode: erlang; -*-
  2. {erl_opts, [debug_info]}.
  3. {deps, []}.
  4. {project_plugins, [erlfmt]}.