Packages

An Erlang library for constructing URIs

Current section

Files

Jump to
euri rebar.config
Raw

rebar.config

%% -*- mode: erlang -*-
{erl_opts, [debug_info, warnings_as_errors]}.
{plugins, [{tqformat, "0.1.2"}]}.
{tqformat, [{files, ["{src}/*.{hrl,erl,app.src}", "rebar.config"]}, {width, 96}]}.
{deps, []}.