Skip to content

Instantly share code, notes, and snippets.

@nudles
Last active August 9, 2019 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nudles/3d23cfb6ffb30ca7636c45fe60278c55 to your computer and use it in GitHub Desktop.
Save nudles/3d23cfb6ffb30ca7636c45fe60278c55 to your computer and use it in GitHub Desktop.
Configuration of Visual Studio Code
{
"workbench.colorTheme": "Solarized Light",
"python.formatting.provider": "yapf",
"autoDocstring.docstringFormat": "google",
"cSpell.userWords": [
"Conda",
"Docstring",
"SINGA",
"autobuild",
"recommonmark",
"repo"
],
"vim.easymotion": true,
"vim.leader": ",",
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"handlebars",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"pug",
"python",
"restructuredtext",
"rust",
"scala",
"scss",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment