Created
November 8, 2021 19:42
-
-
Save bekharsky/e64cbfbe83aca5a3dd6e28cb49b4d758 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"[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