Formatting

How to format your Derw code

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.

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

Last updated