Skip to content

Instantly share code, notes, and snippets.

@arumani
Last active April 17, 2017 01:31
Show Gist options
  • Save arumani/8f0957c2fa23a65dac88ef127350cdfb to your computer and use it in GitHub Desktop.
Save arumani/8f0957c2fa23a65dac88ef127350cdfb to your computer and use it in GitHub Desktop.
Visual Studio Code(Mac)のUser Settings。v 1.8.1
{
"window.openFilesInNewWindow": "on",
"editor.renderWhitespace": "none",
"editor.insertSpaces": true,
"workbench.activityBar.visible": true,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"editor.codeLens": true,
"window.zoomLevel": 0,
"editor.fontFamily": "Myrica M",
"editor.fontSize": 15,
"editor.lineHeight": 18,
"editor.renderLineHighlight": "gutter",
"editor.tabSize": 4,
"[csharp]": {
},
"[html]": {
"editor.renderIndentGuides": true
},
"workbench.colorTheme": "Monokai Dimmed"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment