config: Use spaces (not tabs) to indent JSON

Change made with:

  $ sed -i 's/\t/    /g' config.md

fixing tabs that were added with 1c49f4d2 (Add annotations and labels
to the Spec, 2016-03-04, #331).

Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
W. Trevor King 2016-05-05 19:23:32 -07:00
parent 38dd2fdc30
commit 41cddd7b8a
1 changed files with 2 additions and 2 deletions

View File

@ -304,8 +304,8 @@ Annotations are key-value maps.
```json
"annotations": {
"key1" : "value1",
"key2" : "value2"
"key1" : "value1",
"key2" : "value2"
}
```