-
Notifications
You must be signed in to change notification settings - Fork 84
Add additional solution packaging parameters #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
davidjenni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer any drastic whitespace or quoting changes to be separate, non-functionality impact changes (i.e. anything that goes beyond a few opportunistic fixups), since it adds a lot of diff noise.
I know the existing .editorconfig VS Code extension doesn't have the ability to preset per-repo styling settings like quotes (we liberally use that in VS for C#), but I think there is a way to have per-repo VSCode settings we can checkin to better control consistency
Bump version of PP-CLI-Wrapper to x.49
Note that use of single quotes is a non-default option in VS Code

Should potentially be enforced with a style check if single is preferred over double quotes.