Skip to content

Commit

Permalink
[docs] Remove ti format in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailing Zhang committed Nov 12, 2021
1 parent 03933e0 commit 4e3a945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lang/articles/contribution/contributor_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ This design is terrible.

## Enforcing code style

- Locally, you can run `ti format` in the command line to re-format
- Locally, you can run `python misc/code_format.py` in the command line to re-format
code style. Note that you have to install `clang-format-10` and
`yapf v0.31.0` locally before you use `ti format`.
`yapf v0.31.0` locally.

- If you don't have these formatting tools locally, feel free to
leverage GitHub Actions: simply comment `/format` in a PR
Expand Down

0 comments on commit 4e3a945

Please sign in to comment.