Use styler to style your code.
Follow the tidyverse style guide, with the following additions:
- Prefer the double-indent style for function definitions and calls
Use black to style your code according to the PEP 8 style guide.
Use rustfmt to style your code.