summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2020-12-23 17:41:10 -0600
committerMark Felder <feld@feld.me>2020-12-23 17:41:10 -0600
commitce78b64db8976821e5ca0cee0444fffe91744149 (patch)
treeef056e82728a742267c2952bcbfaf6dd4c6489cd /config
parent5a084d6f8deea40b8134094d10053ca0e9ef51fd (diff)
Formatting
Diffstat (limited to 'config')
-rw-r--r--config/description.exs9
1 files changed, 4 insertions, 5 deletions
diff --git a/config/description.exs b/config/description.exs
index 94468019f..f438a88ab 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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,