Skip to content

Instantly share code, notes, and snippets.

@lepfsd
Last active May 10, 2018 15:32
Show Gist options
  • Select an option

  • Save lepfsd/61553ceba2ea1f2f94ae51f8dc83f037 to your computer and use it in GitHub Desktop.

Select an option

Save lepfsd/61553ceba2ea1f2f94ae51f8dc83f037 to your computer and use it in GitHub Desktop.
user settings vscode
{
"workbench.iconTheme": "file-icons",
"workbench.activityBar.visible": false,
"editor.detectIndentation": true,
"editor.renderIndentGuides": false,
"editor.multiCursorModifier": "ctrlCmd",
"workbench.list.multiSelectModifier": "alt",
"workbench.colorTheme": "One Dark Pro",
"editor.fontLigatures": false,
"editor.fontSize": 14,
"editor.lineHeight": 20,
"files.trimTrailingWhitespace": false,
"editor.tabSize": 4,
"editor.cursorStyle": "line",
"editor.insertSpaces": false,
"prettier.useTabs": false,
"javascript.validate.enable": false,
"editor.fontFamily": "Inconsolata, Monaco, Consolas",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment