mical-cli-config 0.0.2

Internal config evaluator for mical-cli
Documentation
---
source: crates/config/tests/snapshots.rs
---
# block-string-extra-indent

## Input

```mical
foo |
  a
   b

```

## JSON

```json
{
  "foo": "a\n b\n"
}
```

vim:ft=markdown