Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thowell committed Jan 12, 2024
1 parent e614a46 commit 05d292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This code adheres to the [Google style](https://google.github.io/styleguide/).

- Include the standard copyright and license at the top of each file.
- The VSCode extension 'Clang-Format' can be used to format the C/C++ code to Google style.
- The package [cpplint](https://github.com/cpplint/cpplint) should be used to check for additional C/C++ style issues. Note: includes should follow the ordering found throught MuJoCo MPC for consistency.
- The package [cpplint](https://github.com/cpplint/cpplint) should be used to check for additional C/C++ style issues. Note: includes should follow the ordering found throughout MuJoCo MPC for consistency.
- The package [Pyink](https://github.com/google/pyink) can be used to format Python code. Please use: `--pyink-indentation 2 --line-length 80`.

## New Tasks
Expand Down

0 comments on commit 05d292f

Please sign in to comment.