topiary-core 0.7.2

Formats input source code in a style defined for that language.
Documentation
# Topiary

[![Latest Release][release:badge]][release]
[![CI Status][ci:badge]][ci]
[![Discord][discord:badge]][discord]

Topiary aims to be a uniform formatter for simple languages, as part of
the [Tree-sitter] ecosystem. It is named after the art of clipping or
trimming trees into fantastic shapes.

Topiary is designed for formatter authors and formatter users. Authors
can create a formatter for a language without having to write their own
formatting engine or even their own parser. Users benefit from uniform
code style and, potentially, the convenience of using a single formatter
tool, across multiple languages over their codebases, each with
comparable styles applied.

### [» :book: Read the Topiary Book][topiary:book]
### [» :computer: Topiary website][topiary:website]
### [» :deciduous_tree: Topiary playground][topiary:playground]

<!-- Links -->
[ci:badge]: https://img.shields.io/github/actions/workflow/status/tweag/topiary/ci.yml?style=for-the-badge&logo=github
[ci]: https://github.com/tweag/topiary/actions/workflows/ci.yml
[discord:badge]: https://img.shields.io/discord/1174731094726295632?style=for-the-badge&logo=discord&logoColor=white&color=5865F2
[discord]: https://discord.gg/FSnkvNyyzC
[release:badge]: https://img.shields.io/github/v/release/tweag/topiary?display_name=release&style=for-the-badge&logo=github
[release]: https://github.com/tweag/topiary/releases/latest
[topiary:book]: https://topiary.tweag.io/book/index.html
[topiary:playground]: https://topiary.tweag.io/playground
[topiary:website]: https://topiary.tweag.io
[tree-sitter]: https://tree-sitter.github.io/tree-sitter