Hello! :wave: Is there a way to prevent pulumi fr...
# general
m
Hello! 👋 Is there a way to prevent pulumi from formatting the stack yml files when it runs? (seems to do it even on an
up
) It conflicts with my prettier config and I'd rather not just ignore pulumi*.yml files and have consistency across all of our yaml.
Notably it is using
""
for strings as a default whereas our prettier config is set to prefer
''
e