README.md
pyproject.toml
test/test_checker.py
test/test_e2e.py
test/test_shell.py
test/test_snapshots.py
test/test_specific_cases.py
wdlfmt/__init__.py
wdlfmt/checker.py
wdlfmt/cli.py
wdlfmt/utils.py
wdlfmt/visitor.py
wdlfmt.egg-info/PKG-INFO
wdlfmt.egg-info/SOURCES.txt
wdlfmt.egg-info/dependency_links.txt
wdlfmt.egg-info/entry_points.txt
wdlfmt.egg-info/requires.txt
wdlfmt.egg-info/top_level.txt
wdlfmt/formatters/__init__.py
wdlfmt/formatters/common.py
wdlfmt/formatters/shell_formatter.py
wdlfmt/formatters/struct.py
wdlfmt/formatters/task.py
wdlfmt/formatters/workflow.py
wdlfmt/grammar/WdlV1Lexer.py
wdlfmt/grammar/WdlV1Parser.py
wdlfmt/grammar/WdlV1ParserListener.py
wdlfmt/grammar/WdlV1ParserVisitor.py