Skip to content

Instantly share code, notes, and snippets.

@toddmantell
Created November 28, 2017 03:16
Show Gist options
  • Select an option

  • Save toddmantell/bb85e28e04f672a41a260e209c087e09 to your computer and use it in GitHub Desktop.

Select an option

Save toddmantell/bb85e28e04f672a41a260e209c087e09 to your computer and use it in GitHub Desktop.
vscode Settings
{
"editor.wrappingColumn": 0,
"typescript.check.tscVersion": false,
"workbench.colorTheme": "Operator Mono Dark Theme",
"editor.tabSize": 2,
"workbench.iconTheme": "vscode-icons",
"[javascript]": { "editor.tabSize": 2, "editor.insertSpaces": false, "editor.detectIndentation": false }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment