Skip to content

Instantly share code, notes, and snippets.

@kboomska
Created July 13, 2024 16:19
Show Gist options
  • Save kboomska/1a0f22335494eb95e4b91a0101c57e46 to your computer and use it in GitHub Desktop.
Save kboomska/1a0f22335494eb95e4b91a0101c57e46 to your computer and use it in GitHub Desktop.
VS Code User Settings (JSON)
{
"workbench.iconTheme": "material-icon-theme",
"editor.showDeprecated": false,
"explorer.compactFolders": false,
"workbench.startupEditor": "none",
"explorer.copyRelativePathSeparator": "/",
"editor.unicodeHighlight.allowedLocales": {
"ru": true
},
"git.openRepositoryInParentFolders": "always",
"security.workspace.trust.untrustedFiles": "open",
"editor.rulers": [
80
],
"dart.lineLength": 80,
"indentRainbow.indicatorStyle": "light",
"dart.showTodos": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment