Skip to content

Commit

Permalink
reduced yaml reformat width to 140
Browse files Browse the repository at this point in the history
  • Loading branch information
russoz committed Sep 17, 2024
1 parent b3ab0d2 commit 6691d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andeboxlib/actions/reformat_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def format_yaml(yaml_content: str) -> str:
yaml.preserve_quotes = True
yaml.indent(2)
yaml.explicit_start = True
yaml.width = 160
yaml.width = 140
yaml.preserve_quotes = True
yaml.top_level_colon_align = False
yaml.compact_seq_seq = False
Expand Down

0 comments on commit 6691d19

Please sign in to comment.