mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
% erlfmt configuration
|
|
% Options here are used by editor integrations and the escript.
|
|
% Rebar3 reads from rebar.config's {erlfmt, [...]} section.
|
|
{print_width, 100}.
|
|
{files, ["{src,include,test}/*.{hrl,erl,app.src}", "rebar.config"]}.
|