mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
better indenting
This commit is contained in:
parent
60fcc2f557
commit
6debefd4c2
2 changed files with 1729 additions and 1700 deletions
|
@ -64,6 +64,9 @@ def main(output_dir: str):
|
|||
y = yaml.YAML()
|
||||
y.default_flow_style = False
|
||||
y.block_seq_indent = 2
|
||||
y.map_indent = 2
|
||||
y.sequence_indent = 4
|
||||
y.sequence_dash_offset = 2
|
||||
y.dump(
|
||||
spec.get_json(),
|
||||
fp,
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue