build: add erfmt plugin to root level rebar.config

This commit is contained in:
Zaiming (Stone) Shi 2022-04-05 14:26:14 +02:00
parent 3330079bd9
commit 66873af319
1 changed files with 2 additions and 0 deletions

View File

@ -83,3 +83,5 @@
emqx_exhook_pb, % generated code for protobuf
emqx_exproto_pb % generated code for protobuf
]}.
{project_plugins, [erlfmt]}.