Michael The
Michael The
Use `pyproject.toml` for setuptools config
Add Github workflow for creating Github releases from git tags.
Closes https://github.com/tconbeer/sqlfmt/issues/593 There are two caveats that would be good to consider: 1. Because we parse to AST -> rebuild from AST, we can actually lose some trivial whitespace characters....
It would be really nice if `sqlfmt` would support formatting SQL code blocks in Markdown files. In the context of dbt, this would also be very beneficial. We put a...