summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-02-17 12:07:49 +0300
committerrinpatch <rinpatch@sdf.org>2019-02-17 12:07:49 +0300
commitccd30a187541697dabbcb6449708dc5c4555aabc (patch)
tree74c14b74fc94189469c403abbb25bd80707894c1
parent006bec8c6a8addb57427937f71ad05ca691fe7b5 (diff)
downloadpleroma-ccd30a187541697dabbcb6449708dc5c4555aabc.tar.gz
pleroma-ccd30a187541697dabbcb6449708dc5c4555aabc.zip
Fix formating
-rw-r--r--mix.exs8
1 files changed, 7 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index e06501e5b..ed6ca6135 100644
--- 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"
]