[format]
with_tabs = false
indentation_size = 4
max_line_length = 90

[check]
except = []
deny_warnings = false
deny_notes = false
hide_notes = false
all_lint_rules = false
only_lint_tags = []
filter_lint_tags = []

[analyzer]
lint = false
except = []

[run]
backend = "first"
suppress_env_specific_output = false
experimental_features_enabled = false
runs_dir = "runs"

[run.http]

[run.workflow.scatter]

[run.task]
cpu_limit_behavior = "deny"
memory_limit_behavior = "deny"

[run.backends.first]
type = "tes"
insecure = false

[run.backends.first.auth]
type = "basic"
username = "foo"
password = "<REDACTED>"

[run.backends.second]
type = "tes"
insecure = false

[run.backends.second.auth]
type = "bearer"
token = "<REDACTED>"

[run.storage.azure.auth.account]
baz = "<REDACTED>"
foo = "<REDACTED>"

[run.storage.s3.auth]
access_key_id = "foo"
secret_access_key = "<REDACTED>"

[run.storage.google.auth]
access_key = "foo"
secret = "<REDACTED>"

[common]
color = true
report_mode = "Full"

