aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-09-03 11:56:21 +0300
committerAlex S <alex.strizhakov@gmail.com>2019-09-11 09:25:33 +0300
commit10827eecad5ef521dff3673c0891cbec2c8bb44b (patch)
tree08e130fc0d065fbb133c10498814b9fb928f37bd
parent35757b6d0eb7b59d511bfea6a166683e18d6aa97 (diff)
downloadpleroma-10827eecad5ef521dff3673c0891cbec2c8bb44b.tar.gz
formatting
-rw-r--r--config/description.exs6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 37a8a5664..a56a95089 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -38,7 +38,8 @@ config :pleroma, :config_description, [
%{
key: :link_name,
type: :boolean,
- description: "If enabled, a name parameter will be added to the url of the upload. For example `https://instance.tld/media/imagehash.png?name=realname.png`",
+ description:
+ "If enabled, a name parameter will be added to the url of the upload. For example `https://instance.tld/media/imagehash.png?name=realname.png`",
suggestions: [
true,
false
@@ -55,7 +56,8 @@ config :pleroma, :config_description, [
%{
key: :proxy_remote,
type: :boolean,
- description: "If enabled, requests to media stored using a remote uploader will be proxied instead of being redirected.",
+ description:
+ "If enabled, requests to media stored using a remote uploader will be proxied instead of being redirected.",
suggestions: [
true,
false