-
Notifications
You must be signed in to change notification settings - Fork 510
Use spaces instead of tabs #2889
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
5d37bd7
to
7b79287
Compare
please revert vscode.proposed.d.ts . That must have tabs because that file is kept up to date with a file in the vscode repo which uses tabs |
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.
^
Would it be an idea to add editorconfig to the recommended extensions? Alternatively: should the settings being put in editorconfig just be put in the vscode workspace settings? PSES uses editorconfig presumably because you could use any editor with it, but is it safe to assume anyone editing this project is using vscode? |
Seems like if it works just as well in |
7b79287
to
5879fd9
Compare
Thanks! |
*.{json,yaml,yml}
(match microsoft/vscode, PowerShell/PowerShell)