Closed kkebo closed 2 months ago
lint/format subcommands have not worked on a-Shell since #81 was merged.
If I run wasm swift-format lint <some file>, then a-Shell will hang.
wasm swift-format lint <some file>
It also doesn't work on wasmtime.
This is not a bug.
It seems that swift-format can't format or lint source code without .swift-format.
swift-format
.swift-format
lint/format subcommands have not worked on a-Shell since #81 was merged.
If I run
wasm swift-format lint <some file>
, then a-Shell will hang.