mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-27 03:16:58 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user