Skip to content

Commit

Permalink
config: Use spaces (not tabs) to indent JSON
Browse files Browse the repository at this point in the history
Change made with:

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

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

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed May 6, 2016
1 parent 38dd2fd commit 41cddd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ Annotations are key-value maps.

```json
"annotations": {
"key1" : "value1",
"key2" : "value2"
"key1" : "value1",
"key2" : "value2"
}
```

Expand Down

0 comments on commit 41cddd7

Please sign in to comment.