mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
docs: reflect actual number of spaces for indent (#1052)
For what I see, it's all 4 spaces (as it should be for pep8[1]). [1] https://peps.python.org/pep-0008/#indentation # What does this PR do? Reflect indent reality.
This commit is contained in:
parent
71cae67d7b
commit
6ad272927d
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ $ uv sync
|
|||
```
|
||||
|
||||
## Coding Style
|
||||
* 2 spaces for indentation rather than tabs
|
||||
|
||||
* 4 spaces for indentation rather than tabs
|
||||
* 80 character line length
|
||||
* ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue