Created
January 14, 2019 01:51
-
-
Save hbsnow/cb88d7d1bce61711c0ddf80c0d1c56cf to your computer and use it in GitHub Desktop.
VSCode設定ファイル
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontFamily": "'Ricty Diminished', 'Menlo', monospace", | |
"editor.tabSize": 2, | |
"editor.renderWhitespace": "boundary", | |
"editor.fontSize": 14, | |
"editor.renderIndentGuides": true, | |
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\WindowsPowerShell\\v1.0\\powershell.exe", | |
"sync.gist": "", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"workbench.iconTheme": "vs-seti", | |
"javascript.validate.enable": false, | |
"editor.rulers": [ | |
80, | |
120 | |
], | |
"editor.minimap.enabled": true, | |
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${appName}", | |
"files.eol": "\n", | |
"sync.quietSync": false, | |
"extensions.ignoreRecommendations": false, | |
"terminal.external.osxExec": "iTerm.app", | |
"terminal.integrated.shell.osx": "/usr/local/bin/zsh", | |
"git.autofetch": true, | |
"window.zoomLevel": 0, | |
"files.autoSave": "onFocusChange", | |
"php.validate.enable": false, | |
"terminal.integrated.fontFamily": "'Hack Nerd Font'" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment