Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix some indentation inconsistencies in the sample config (modules) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored Jan 27, 2022
1 parent ec07062 commit fd65139
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions changelog.d/11838.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix some indentation inconsistencies in the sample config.
10 changes: 5 additions & 5 deletions docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
# documentation on how to configure or create custom modules for Synapse.
#
modules:
# - module: my_super_module.MySuperClass
# config:
# do_thing: true
# - module: my_other_super_module.SomeClass
# config: {}
#- module: my_super_module.MySuperClass
# config:
# do_thing: true
#- module: my_other_super_module.SomeClass
# config: {}


## Server ##
Expand Down
10 changes: 5 additions & 5 deletions synapse/config/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def generate_config_section(self, **kwargs):
# documentation on how to configure or create custom modules for Synapse.
#
modules:
# - module: my_super_module.MySuperClass
# config:
# do_thing: true
# - module: my_other_super_module.SomeClass
# config: {}
#- module: my_super_module.MySuperClass
# config:
# do_thing: true
#- module: my_other_super_module.SomeClass
# config: {}
"""

0 comments on commit fd65139

Please sign in to comment.