An open API service indexing awesome lists of open source software.

https://github.com/waylonwalker/tree-sitter-formatter


https://github.com/waylonwalker/tree-sitter-formatter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# tree-sitter-formatter

## Installation.

``` bash
pipx install git+https://github.com/waylonwalker/mdformat
tomlfmt -i README.md
```

``` yaml
node_js:
[ 0.6, 0.8]
```

more text

``` sql
select * from users where name = 'Paul'
```

and some python

``` python
print('hello world')
```