summaryrefslogtreecommitdiff
path: root/lib/eex/mix.exs
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2014-05-08 20:13:29 +0200
committerJosé Valim <jose.valim@plataformatec.com.br>2014-05-08 20:13:29 +0200
commit8b203a8379018e04d5ead2bfd1080863534b7fdb (patch)
tree4cb0d499db2f6d5315adcf1489a4e865891999ea /lib/eex/mix.exs
parentde26484bdab3cb033ad4086c33d9587953d0253b (diff)
downloadelixir-8b203a8379018e04d5ead2bfd1080863534b7fdb.tar.gz
Use IO.ANSI.Docs to format mix help
Diffstat (limited to 'lib/eex/mix.exs')
-rw-r--r--lib/eex/mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/eex/mix.exs b/lib/eex/mix.exs
index 244b62ea5..0a2877473 100644
--- a/lib/eex/mix.exs
+++ b/lib/eex/mix.exs
@@ -2,6 +2,8 @@ defmodule EEx.Mixfile do
use Mix.Project
def project do
- [app: :eex, version: System.version, build_per_environment: false]
+ [app: :eex,
+ version: System.version,
+ build_per_environment: false]
end
end