From fe5372621ef9b621bb1d7e582be3c4fe9c6dddc3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 4 Mar 2015 17:12:05 +0000 Subject: [PATCH] More indenting for a code block --- drafts/push_csapi.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/drafts/push_csapi.rst b/drafts/push_csapi.rst index 6566dbe0..92e973f5 100644 --- a/drafts/push_csapi.rst +++ b/drafts/push_csapi.rst @@ -182,19 +182,19 @@ with these IDs, their semantics should match those given below: Definition:: - { - 'rule_id': '.m.rule.suppress_notices', - 'conditions': [ - { - 'kind': 'event_match', - 'key': 'content.msgtype', - 'pattern': 'm.notice', - } - ], - 'actions': [ - 'dont-notify', - ] - } + { + 'rule_id': '.m.rule.suppress_notices', + 'conditions': [ + { + 'kind': 'event_match', + 'key': 'content.msgtype', + 'pattern': 'm.notice', + } + ], + 'actions': [ + 'dont-notify', + ] + } .m.rule.fallback Matches any message. Used to define the behaviour of messages that match no