Changes
- Support loading config files relative to cwd in 40d885b
This will recursively search up from the cwd for a
pruner.tomlfile
and merge this with the global.config/pruner/config.tomlfile.If
--configis specified then this is used instead. - Add support for wasm formatter components in bb33627
This change bakes in an embedded wasmtime engine which can load and run
wasm components implementing theformatterwit interface.This allows extending pruner with 'native' formatters which can be
written in any language that can compile to wasm, and can operate on any
language source code.As an example, an initial
trim_newlineswasm formatter is included in
this repo. - Fix indent bug in non-formatted injected region in b46a009
- Improve initial README description in c6d4864
Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.5