I created a stack at work, where I'm using linux and now I'm tried to update that stack at home, where I'm using windows, pulumi tries to replace all the resource, because it thinks they changed, but checking the diff, the only difference is the line endings.
The state stored in pulumi cloud, not locally.
My git config has "core.autocrlf=true" setting, but I assume it shouldn't be a problem, because the strings in the state file are generated by pulumi.
I'm using pulumi version 0.16.1 on both machines with typescript.
What should I set to get a correct state between different platforms?