# Formatting

> :::warning Legacy note

# Formatting

:::warning Legacy note

This page is a thin note and does not currently describe the maintained Supacharger Core formatting contract. Check the application's actual `package.json` scripts before running formatter commands.

:::

We use [dprint](https://dprint.dev/) to format our code. To format your code, run:

```bash
pnpm format
```

https://prettier.io/
