summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-01-27 11:06:29 +0100
committerGitHub <noreply@github.com>2022-01-27 10:06:29 +0000
commitfd65139714433763e8ef5be6017ab6ba5988e766 (patch)
tree150d3149bfb92c0868409464cc9cc18d6d789cfa /docs
parentUpdate installation docs to indicate that we support Python 3.10 (#11820) (diff)
downloadsynapse-fd65139714433763e8ef5be6017ab6ba5988e766.tar.xz
Fix some indentation inconsistencies in the sample config (modules) (#11838)
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index b38e6d6c88..abf28e4490 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -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 ##