> For the complete documentation index, see [llms.txt](https://docs.derw-lang.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.derw-lang.com/guides/formatting.md).

# Formatting

Derw comes with a built-in formatter. Simply run `derw format` to format all files within your src directory from the root of a Derw project.

```bash
To format, run `derw format`
To watch use the --watch flag
  --watch :		Watch Derw files for changes
  -h, --help :		This help text
```
