Browse Source

Add `rebar3_efmt` plugin

Takeru Ohta 3 years ago
parent
commit
890b5a6cbf
2 changed files with 3 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 2 0
      rebar.config

+ 1 - 0
.gitignore

@@ -13,3 +13,4 @@ doc/*
 _build
 .*.sw?
 rebar3.crashdump
+.efmt/

+ 2 - 0
rebar.config

@@ -55,3 +55,5 @@
 {project_plugins, [covertool]}.
 {cover_export_enabled, true}.
 {covertool, [{coverdata_files, ["ct.coverdata", "eunit.coverdata"]}]}.
+
+{plugins, [rebar3_efmt]}.