This part:
https://github.com/Microsoft/react-popout-component/blob/master/.vscode/settings.json#L2
forces files being reformatted on file save. the problem is it works mostly OK on a single given machine, but not on the another.
Can the project ships with its own .editorconfig and .prettierrc to unfiy the behavior? The VSCode will happy follow settings in these config files.
Thanks!
This part:
https://github.com/Microsoft/react-popout-component/blob/master/.vscode/settings.json#L2
forces files being reformatted on file save. the problem is it works mostly OK on a single given machine, but not on the another.
Can the project ships with its own
.editorconfigand.prettierrcto unfiy the behavior? The VSCode will happy follow settings in these config files.Thanks!