Format change to spaces vs. tabs. & indentation cleanup.
This commit is contained in:
parent
a7de9d9a2f
commit
c4b93d00ad
|
@ -83,15 +83,13 @@ the path to the file containing the JSON.
|
|||
|
||||
``` {.javascript}
|
||||
{
|
||||
"builders": [
|
||||
{
|
||||
"type": "googlecompute",
|
||||
"account_file": "account.json",
|
||||
"project_id": "my project",
|
||||
"source_image": "debian-7-wheezy-v20150127",
|
||||
"zone": "us-central1-a"
|
||||
}
|
||||
]
|
||||
"builders": [{
|
||||
"type": "googlecompute",
|
||||
"account_file": "account.json",
|
||||
"project_id": "my project",
|
||||
"source_image": "debian-7-wheezy-v20150127",
|
||||
"zone": "us-central1-a"
|
||||
}]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue