Created
December 27, 2017 19:29
-
-
Save takashi/1ed21ac8480d854034b3c0222bdb0f98 to your computer and use it in GitHub Desktop.
vscode user configuration
This file contains 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
{ | |
"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