Change config file indentation to 2 spaces

This commit is contained in:
Cameron Sparr
2015-10-15 15:53:29 -06:00
parent 555436a222
commit 4e5ed9d3b9
34 changed files with 387 additions and 381 deletions

View File

@@ -22,11 +22,11 @@ type Datadog struct {
}
var sampleConfig = `
# Datadog API key
apikey = "my-secret-key" # required.
# Datadog API key
apikey = "my-secret-key" # required.
# Connection timeout.
# timeout = "5s"
# Connection timeout.
# timeout = "5s"
`
type TimeSeries struct {