Skip to content

0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 03:40
· 2 commits to main since this release

Changes

  • fix: strip bom (#6)

Install

Install and setup dprint.

Then in your project's directory with a dprint.json file, run:

dprint config add jupyter

Then add some additional formatting plugins to format the code blocks with. For example:

dprint config add typescript
dprint config add markdown
dprint config add ruff