Fix OWNERS examples YAML formatting

Change-Id: If10c309a670f1f0f8e059ab6f25f8c2e02767d01
diff --git a/config.md b/config.md
index c8ba3fd..98e7574 100644
--- a/config.md
+++ b/config.md
@@ -8,20 +8,20 @@
 ```yaml
 inherited: true
 owners:
-  - some.email@example.com
-  - User Name
+- some.email@example.com
+- User Name
 matchers:
-  - suffix: .java
-      owners:
-        [...]
-  - regex: .*/README.*
-      owners:
-        [...]
-  - partial_regex: example
-      owners:
-        [...]
-  - exact: /path/to/file.txt
-        [...]
+- suffix: .java
+  owners:
+      [...]
+- regex: .*/README.*
+  owners:
+      [...]
+- partial_regex: example
+  owners:
+      [...]
+- exact: /path/to/file.txt
+      [...]
 ```
 
 _NOTE: Be aware to double check that emails and full user names correspond to
@@ -66,8 +66,8 @@
 ```yaml
 inherited: true
 owners:
-  - John Doe
-  - Doug Smith
+- John Doe
+- Doug Smith
 ```
 
 And sample rules.pl that uses this predicate to enable the submit rule if
@@ -100,8 +100,8 @@
 ```yaml
 inherited: true
 owners:
-  - John Doe
-  - Doug Smith
+- John Doe
+- Doug Smith
 ```
 
 And a rule which makes submittable a change if at least one of the owners has
@@ -164,8 +164,8 @@
 ```yaml
 inherited: true
 owners:
-  - John Doe
-  - Doug Smith
+- John Doe
+- Doug Smith
 ```
 
 A change cannot be submitted until John Doe or Doug Smith add a label
@@ -183,13 +183,13 @@
 ```yaml
 inherited: true
 matchers:
-  - suffix: .sql
-      owners:
-        - Mister Dba
-  - suffix: .css
-      owners:
-        - John Creative
-        - Matt Designer
+- suffix: .sql
+  owners:
+  - Mister Dba
+- suffix: .css
+  owners:
+  - John Creative
+  - Matt Designer
 ```
 
 And a rules.pl of: