Formatting
authorMark Felder <feld@feld.me>
Wed, 23 Dec 2020 23:41:10 +0000 (17:41 -0600)
committerMark Felder <feld@feld.me>
Wed, 23 Dec 2020 23:41:10 +0000 (17:41 -0600)
config/description.exs

index 94468019f2d62ba3df743faba84cdfcc03c12649..f438a88abc10a394670705f9aca9fb9a77a8e67d 100644 (file)
@@ -101,11 +101,10 @@ config :pleroma, :config_description, [
       %{
         key: :proxy_remote,
         type: :boolean,
-        description:
-          """
-          Proxy requests to the remote uploader.\n
-          Useful if media upload endpoint is not internet accessible.
-          """
+        description: """
+        Proxy requests to the remote uploader.\n
+        Useful if media upload endpoint is not internet accessible.
+        """
       },
       %{
         key: :filename_display_max_length,