mirror of https://github.com/zmkfirmware/zmk.git
docs: Fix indents in list items in native setup page
Add this file to .prettierignore because it messes all the additional indents. There is also no way to make prettier ignore a range of lines in MDX files AFAICT.
This commit is contained in:
parent
fa0d93b145
commit
6d8aeba801
|
|
@ -4,3 +4,4 @@ build
|
|||
*.mustache
|
||||
hardware-metadata.json
|
||||
src/hardware-metadata.d.ts
|
||||
docs/development/local-toolchain/setup/native.mdx
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ Once activated your shell will be prefixed with `(.venv)`. The virtual environme
|
|||
Remember to activate the virtual environment every time you start working.
|
||||
:::
|
||||
|
||||
4. Install west:
|
||||
4. Install `west`:
|
||||
|
||||
```sh
|
||||
pip install west
|
||||
|
|
|
|||
Loading…
Reference in New Issue