formatting
authorAlex S <alex.strizhakov@gmail.com>
Tue, 3 Sep 2019 08:56:21 +0000 (11:56 +0300)
committerAlex S <alex.strizhakov@gmail.com>
Wed, 11 Sep 2019 06:25:33 +0000 (09:25 +0300)
config/description.exs

index 37a8a5664d7d548cad8be9932ee6c1a746f3cc38..a56a95089d2cd47f1cfb9af13f74e3ee9fa819df 100644 (file)
@@ -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