Problem
When running a styling transform, the output format is fixed regardless of how the user has configured their preferred format (json or yaml). The format configuration is ignored, so users always get the same format even when they've set a different preference.
Solution
The styling transform should read the format configuration and produce output in the configured format — json or yaml — matching what the user gets from other transforms.
Acceptance criteria
Implementation details are tracked internally.
Problem
When running a styling transform, the output format is fixed regardless of how the user has configured their preferred format (json or yaml). The format configuration is ignored, so users always get the same format even when they've set a different preference.
Solution
The styling transform should read the format configuration and produce output in the configured format — json or yaml — matching what the user gets from other transforms.
Acceptance criteria