config: Use spaces (not tabs) to indent JSON
@ -304,8 +304,8 @@ Annotations are key-value maps.
```json
"annotations": {
"key1" : "value1",
"key2" : "value2"
}
```