Skip to content

Instantly share code, notes, and snippets.

@dortamiguel
Last active July 7, 2018 13:35
Show Gist options
  • Save dortamiguel/44889a1bbb42f486279a1841ea7f1995 to your computer and use it in GitHub Desktop.
Save dortamiguel/44889a1bbb42f486279a1841ea7f1995 to your computer and use it in GitHub Desktop.
vscode settings
{
"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"
}
@dortamiguel
Copy link
Author

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment