wdl-format 0.20.1

Formatting of WDL (Workflow Description Language) documents
Documentation
1
2
3
4
5
6
7
8
9
## This is a format test for multiline strings.

version 1.3

workflow test {
    String x = <<<
    ${  "foobar"  }
    >>>
}