Skip to content

Instantly share code, notes, and snippets.

@bekharsky
Created November 8, 2021 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bekharsky/e64cbfbe83aca5a3dd6e28cb49b4d758 to your computer and use it in GitHub Desktop.
Save bekharsky/e64cbfbe83aca5a3dd6e28cb49b4d758 to your computer and use it in GitHub Desktop.
{
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"codesnap.backgroundColor": "#6734FF",
"window.zoomLevel": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.colorTheme": "Monokai",
"prettier.requireConfig": true,
"files.insertFinalNewline": true,
"editor.renderControlCharacters": true,
"files.trimFinalNewlines": true,
"editor.formatOnSave": true,
"workbench.activityBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment