From 9b778dc54af2435128a23ce966214f06ad29dafe Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 13 Feb 2020 08:01:39 -0600 Subject: [PATCH] Formatting --- config/description.exs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/description.exs b/config/description.exs index 909693319..661acd716 100644 --- a/config/description.exs +++ b/config/description.exs @@ -637,12 +637,14 @@ config :pleroma, :config_description, [ %{ key: :registrations_open, type: :boolean, - description: "Enable registrations for anyone. Invitations require this setting to be disabled." + description: + "Enable registrations for anyone. Invitations require this setting to be disabled." }, %{ key: :invites_enabled, type: :boolean, - description: "Enable user invitations for admins (depends on `registrations_open` being disabled)." + description: + "Enable user invitations for admins (depends on `registrations_open` being disabled)." }, %{ key: :account_activation_required, @@ -798,8 +800,7 @@ config :pleroma, :config_description, [ %{ key: :no_attachment_links, type: :boolean, - description: - "Enable to disable automatically adding attachment link text to statuses" + description: "Enable to disable automatically adding attachment link text to statuses" }, %{ key: :welcome_message,