[format]
indent = 4
max_line_length = 90
sort_imports = true
sort_inputs = false
trailing_commas = true
newline_style = "auto"

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

[check.lint]
allowed_runtime_keys = []
allowed_names = []

[analyzer]
lint = false
except = []

[run]
backend = "default"
suppress_env_specific_output = false
experimental_features_enabled = false
fail = "slow"
output_dir = "./out"
events_capacity = 5000

[run.http]
cache_dir = "system"
retries = 5
parallelism = "available"

[run.workflow.scatter]
concurrency = 1000

[run.task]
retries = "default"
container = "ubuntu:latest"
cpu_limit_behavior = "deny"
memory_limit_behavior = "deny"
cache_dir = "system"
cache = "off"
digests = "weak"
excluded_cache_requirements = []
excluded_cache_hints = []
excluded_cache_inputs = []

[run.backends]

[run.storage.azure]

[run.storage.s3]

[run.storage.google]

[server]
host = "127.0.0.1"
port = 8080
allowed_origins = []
output_dir = "./out"
allowed_file_paths = []
allowed_urls = []
max_concurrent_runs = "unlimited"

[server.database]
url = "default"

[server.engine]
backend = "default"
suppress_env_specific_output = false
experimental_features_enabled = false
fail = "slow"

[server.engine.http]
cache_dir = "system"
retries = 5
parallelism = "available"

[server.engine.workflow.scatter]
concurrency = 1000

[server.engine.task]
retries = "default"
container = "ubuntu:latest"
cpu_limit_behavior = "deny"
memory_limit_behavior = "deny"
cache_dir = "system"
cache = "off"
digests = "weak"
excluded_cache_requirements = []
excluded_cache_hints = []
excluded_cache_inputs = []

[server.engine.backends]

[server.engine.storage.azure]

[server.engine.storage.s3]

[server.engine.storage.google]

[test]
parallelism = 50

[doc]
index_page = "none"
logo = "none"
alt_light_logo = "none"
homepage_url = "none"
github_url = "none"
light_mode = false
with_doc_comments = false

[doc.extra_html]
head = "none"
body_open = "none"
body_close = "none"

[common]
color = "auto"
report_mode = "full"

[common.wdl]
fallback_version = "none"

