better indenting

This commit is contained in:
Ashwin Bharambe 2025-01-28 10:29:08 -08:00
parent 60fcc2f557
commit 6debefd4c2
2 changed files with 1729 additions and 1700 deletions

View file

@ -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