Skip to content

Instantly share code, notes, and snippets.

@shimoju
Last active January 16, 2020 05:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shimoju/ce63c9a071780c50667f5669a8cf35a6 to your computer and use it in GitHub Desktop.
Save shimoju/ce63c9a071780c50667f5669a8cf35a6 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "'Source Han Code JP', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.cursorBlinking": "smooth",
"editor.renderWhitespace": "boundary",
"editor.renderControlCharacters": true,
"editor.renderLineHighlight": "all",
"editor.dragAndDrop": false,
"diffEditor.renderSideBySide": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "vs-seti",
"window.restoreWindows": "all",
"window.zoomLevel": 0,
"window.newWindowDimensions": "inherit",
"files.autoGuessEncoding": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.autoSave": "onFocusChange",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/vendor/**": true
},
"files.defaultLanguage": "markdown",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/vendor": true,
"**/Carthage": true,
"**/coverage": true,
"**/tmp": true,
"**/.tmp": true,
"**/.cache": true
},
"git.enableSmartCommit": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment