When I click on objects on the UI it changes the formatting of the flow.yaml file.
Examples:
input_transforms:
obj1:
type: javascript
expr: 'results.d[0]'
changes to:
input_transforms:
obj1:
type: javascript
expr: results.d[0]
This increases the diffs for Github and is a bit inconvenient.
This doesn't happen to all the fields and I could not find a pattern

When I click on objects on the UI it changes the formatting of the
flow.yamlfile.Examples:
changes to:
This increases the diffs for Github and is a bit inconvenient.
This doesn't happen to all the fields and I could not find a pattern