Skip to content

Instantly share code, notes, and snippets.

@takashi
Created December 27, 2017 19:29
Show Gist options
  • Save takashi/1ed21ac8480d854034b3c0222bdb0f98 to your computer and use it in GitHub Desktop.
Save takashi/1ed21ac8480d854034b3c0222bdb0f98 to your computer and use it in GitHub Desktop.
vscode user configuration
{
"workbench.colorTheme": "Qiita",
"window.zoomLevel": 0,
"workbench.panel.location": "right",
"editor.fontFamily": "'M+ 1m'",
"editor.fontSize": 15,
"editor.fontWeight": "200",
"workbench.iconTheme": "vs-seti",
"editor.minimap.enabled": false,
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"files.trimTrailingWhitespace": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment