You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compact_sequence_indent option for YAML stores
Expose the Go yaml.v3 CompactSeqIndent() encoder setting,
which treats '- ' as part of the indentation. With indent: 2,
this produces sequences flush with their parent key, matching
the style expected by yamlfmt and yamllint.
Configurable via .sops.yaml or --compact-sequence-indent flag.
Refs #514, #864, #1066
Signed-off-by: david amick <david@davidamick.com>
0 commit comments