-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
remove .vscode directory #872
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
I'm fine to remove the vscode settings, and like the idea of a generic
|
Sounds good to me, and this config looks like a good starting point except that our js source uses 4-space indentation just like the py source. |
A shorter version would be
Is this ok? |
@alexcjohnson is this valid for js file ? |
Currently I have my editor set to include a trailing newline on all files, regardless of type. So yes, definitely valid for js |
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.
💃 thanks for @Batalex
Contributor Checklist
.vscode/
dir from git stage. It should be properly ignored for everyone using VS Code now.We could also use this PR to discuss the addition of a
.editorconfig
file. The homepage shows a nice example of an editor configuration file for both Python & JS.