You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: