Przeglądaj źródła

build: add erfmt plugin to root level rebar.config

Zaiming (Stone) Shi 4 lat temu
rodzic
commit
66873af319
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      rebar.config

+ 2 - 0
rebar.config

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