Raised by @plamber a great idea: Most of our users are using Visual Studio Code and thus we should provide a workspace setting file with some additional configuration that we expect in our code:
- what formatting do we expect when working with file (some of us use
alt+shift+f but we could introduce editor.formatOnSave so you don't have to execute that
- Do we want to trim trailing spaces
- Add a new line on each file etc.
- Figure out if we can auto order includes (@waldekmastykarz uses
alt+shift+o for that
We should most likely hijack the vscode settings from one of the maintainers and go from there. @pnp/cli-for-microsoft-365-maintainers
Raised by @plamber a great idea: Most of our users are using Visual Studio Code and thus we should provide a workspace setting file with some additional configuration that we expect in our code:
alt+shift+fbut we could introduceeditor.formatOnSaveso you don't have to execute thatalt+shift+ofor thatWe should most likely hijack the vscode settings from one of the maintainers and go from there. @pnp/cli-for-microsoft-365-maintainers