Merge pull request #426 from wking/no-tab-indents

config: Use spaces (not tabs) to indent JSON
This commit is contained in:
Michael Crosby 2016-05-06 10:39:01 -07:00
commit 9066491ef8
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"
}
```