Add utility to help format the code (#247)

Signed-off-by: Aisuko <urakiny@gmail.com>
This commit is contained in:
Aisuko
2022-10-11 06:17:10 +02:00
committed by GitHub
parent fac58803cc
commit 40c55e542d
39 changed files with 415 additions and 421 deletions
+9
View File
@@ -106,6 +106,15 @@ If you want to revert back to the original name, just clear the name and click r
### How can I help/contribute?
If you are a coder, you are very welcome! You can fork this repo and then create a pull request.
To check formats and errors of code before run the code:
```shell
cargo fmt
cargo check
```
To run BoilR just write:
```shell