Skip to content

Commit 41cddd7

Browse files
committed
config: Use spaces (not tabs) to indent JSON
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 <[email protected]>
1 parent 38dd2fd commit 41cddd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ Annotations are key-value maps.
304304

305305
```json
306306
"annotations": {
307-
"key1" : "value1",
308-
"key2" : "value2"
307+
"key1" : "value1",
308+
"key2" : "value2"
309309
}
310310
```
311311

0 commit comments

Comments
 (0)