Skip to content

Commit a8a7878

Browse files
committed
use correct code block markers
1 parent a4f63f3 commit a8a7878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/conventions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The compiler contains some C++ code for interfacing with parts of LLVM that
3434
don't have a stable C API.
3535
When modifying that code, use this command to format it:
3636

37-
```sh
37+
```console
3838
./x test tidy --extra-checks=cpp:fmt --bless
3939
```
4040

@@ -47,12 +47,12 @@ The Rust repository contains quite a lot of Python code. We try to keep
4747
it both linted and formatted by the [ruff][ruff] tool.
4848

4949
When modifying Python code, use this command to format it:
50-
```sh
50+
```console
5151
./x test tidy --extra-checks=py:fmt --bless
5252
```
5353

5454
and the following command to run lints:
55-
```sh
55+
```console
5656
./x test tidy --extra-checks=py:lint
5757
```
5858

0 commit comments

Comments
 (0)