Last active
July 7, 2018 13:35
-
-
Save dortamiguel/44889a1bbb42f486279a1841ea7f1995 to your computer and use it in GitHub Desktop.
vscode settings
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
{ | |
"editor.insertSpaces": false, | |
"editor.tabSize": 4, | |
"editor.detectIndentation": false, | |
"workbench.startupEditor": "newUntitledFile", | |
"telemetry.enableTelemetry": false, | |
"editor.fontFamily": "SFMono-regular", | |
"editor.fontSize": 16, | |
"files.autoSave": "onFocusChange", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.wordWrap": "on", | |
"files.insertFinalNewline": true, | |
"workbench.tips.enabled": false, | |
"workbench.activityBar.visible": false, | |
"editor.scrollBeyondLastLine": false, | |
"git.enableSmartCommit": true, | |
"explorer.openEditors.visible": 0, | |
"editor.lightbulb.enabled": false, | |
"javascript.suggestionActions.enabled": true, | |
"files.trimTrailingWhitespace": true, | |
"editor.formatOnPaste": true, | |
"workbench.statusBar.feedback.visible": false, | |
"explorer.confirmDragAndDrop": false, | |
"editor.hover": true, | |
"editor.dragAndDrop": false, | |
"window.zoomLevel": 0, | |
"git.confirmSync": false, | |
"git.autofetch": true, | |
"jest.enableCodeLens": false, | |
"workbench.colorTheme": "Monokai", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"window.title": "${activeEditorMedium}${separator}${rootName}", | |
"workbench.sideBar.location": "right" | |
} |
Author
dortamiguel
commented
May 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment