Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ The code of conduct can be found [here](https://github.com/OpenPRoT/.github/blob

## Code Style

- Use `cargo xtask fmt` to format code
- Run `cargo xtask clippy` to check for lints
- Ensure all tests pass with `cargo xtask test`
### Formatters

The following formatters are used in the project:

- `rustfmt`: For Rust code formatting
- `PEP8` and `black` for Python code formatting
- `clang-format` for C code formatting
- `buildifier` for Bazel code formatting

## Documentation

Expand Down
Loading