Fix formating
authorrinpatch <rinpatch@sdf.org>
Sun, 17 Feb 2019 09:07:49 +0000 (12:07 +0300)
committerrinpatch <rinpatch@sdf.org>
Sun, 17 Feb 2019 09:07:49 +0000 (12:07 +0300)
mix.exs

diff --git a/mix.exs b/mix.exs
index e06501e5bd5d66c43b2117ca0ab28b3e84d5595f..ed6ca61354d8ca9909b2f2344e5125100a07a825 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -21,7 +21,13 @@ defmodule Pleroma.Mixfile do
       homepage_url: "https://pleroma.social/",
       docs: [
         logo: "priv/static/static/logo.png",
-        extras: ["README.md", "docs/config.md", "docs/Pleroma-API.md", "docs/Admin-API.md", "docs/Differences-in-MastodonAPI-Responses.md"],
+        extras: [
+          "README.md",
+          "docs/config.md",
+          "docs/Pleroma-API.md",
+          "docs/Admin-API.md",
+          "docs/Differences-in-MastodonAPI-Responses.md"
+        ],
         main: "readme",
         output: "priv/static/doc"
       ]