Last active
April 17, 2017 01:31
-
-
Save arumani/8f0957c2fa23a65dac88ef127350cdfb to your computer and use it in GitHub Desktop.
Visual Studio Code(Mac)のUser Settings。v 1.8.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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