wdl-format 0.18.0

Formatting of WDL (Workflow Description Language) documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#@ except: foo
## I am a test of weird trivia

# whoa
#@ except: bar
##

# this is an odd jumble
## ok this should be sufficient for testing

version 1.3

task foobar {
    command <<<
    >>>
}