diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-02-13 08:01:39 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-02-13 08:01:39 -0600 |
commit | 9b778dc54af2435128a23ce966214f06ad29dafe (patch) | |
tree | dfae1839b82fd03d0c70bb1b42e5e3e4821532f7 | |
parent | 4f5ee26f2da6e447a0e079c026846ceeb29e5045 (diff) | |
download | pleroma-9b778dc54af2435128a23ce966214f06ad29dafe.tar.gz |
Formatting
-rw-r--r-- | config/description.exs | 9 |
1 files 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, |