Skip to content
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

Suggestion: provide .vscode/settings.json for consistent indentation #44

Open
rvanswieten opened this issue Jul 19, 2022 · 0 comments
Open

Comments

@rvanswieten
Copy link

The sketch.js file that is generated by the extension has nice 2 space indentation. For consistency with new vscode users, you could consider adding a .vscode/settings.json to make sure all javascript files are treated with 2 spaces. Standard, a fresh vscode installation with default settings will use 4 space indentation for new javascript files.

An alternative option would be to include an .editorconfig file according to the specs. This will make the project more portable to other IDE's and editors. However, vscode requires an extra extension to use .editorconfig files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant