Guest User

Untitled

a guest
Jul 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. {
  2. "carbon.dropShadow": false,
  3. "carbon.fontFamily": "Fira Code",
  4. "carbon.fontSize": 14,
  5. "carbon.paddingHorizontal": 0,
  6. "carbon.paddingVertical": 0,
  7. "carbon.theme": "monokai",
  8. "carbon.windowControls": false,
  9. "editor.cursorBlinking": "solid",
  10. "editor.cursorWidth": 5,
  11. "editor.folding": false,
  12. "editor.fontFamily": "Operator Mono Lig, Operator Mono, Menlo, Monaco, 'Courier New', monospace",
  13. "editor.fontLigatures": true,
  14. "editor.fontSize": 17,
  15. "editor.fontWeight": "400",
  16. "editor.formatOnPaste": true,
  17. "editor.letterSpacing": 0.5,
  18. "editor.lineHeight": 25,
  19. "editor.scrollBeyondLastLine": false,
  20. "editor.snippetSuggestions": "top",
  21. "editor.wordWrapColumn": 120,
  22. "eslint.autoFixOnSave": true,
  23. "extensions.showRecommendationsOnlyOnDemand": true,
  24. "files.exclude": {
  25. "**/*.css": true,
  26. "**/.DS_Store": true,
  27. "**/.git": true,
  28. "**/.gitlab": true,
  29. "**/.hg": true,
  30. "**/.idea": true,
  31. "**/.svn": true,
  32. "**/.vscode": true,
  33. "**/CVS": true,
  34. "**/coverage": true,
  35. "**/node_modules": true
  36. },
  37. "files.trimTrailingWhitespace": true,
  38. "gitlens.advanced.messages": {
  39. "suppressShowKeyBindingsNotice": true
  40. },
  41. "gitlens.codeLens.enabled": false,
  42. "gitlens.gitExplorer.files.layout": "auto",
  43. "javascript.updateImportsOnFileMove.enabled": "never",
  44. "markdown.extension.preview.autoShowPreviewToSide": true,
  45. "material-icon-theme.folders.theme": "specific",
  46. "prettier.eslintIntegration": true,
  47. "prettier.printWidth": 120,
  48. "prettier.trailingComma": "all",
  49. "sync.askGistName": false,
  50. "sync.autoDownload": false,
  51. "sync.autoUpload": false,
  52. "sync.forceDownload": false,
  53. "sync.gist": "ea14f12dc9d0b5a2301954049c893ced",
  54. "sync.host": "",
  55. "sync.lastDownload": "",
  56. "sync.lastUpload": "2018-07-21T07:27:48.816Z",
  57. "sync.pathPrefix": "",
  58. "sync.quietSync": false,
  59. "sync.removeExtensions": true,
  60. "sync.syncExtensions": true,
  61. "terminal.external.osxExec": "iTerm.app",
  62. "terminal.integrated.fontFamily": "Operator Mono Lig, Operator Mono, Meslo LG M DZ for Powerline",
  63. "terminal.integrated.fontLigatures": true,
  64. "terminal.integrated.fontSize": 15,
  65. "terminal.integrated.lineHeight": 1.5,
  66. "vscode_custom_css.imports": [
  67. "file:///Users/steven/.vscodestyles.css"
  68. ],
  69. "vscode_custom_css.policy": true,
  70. "window.title": "${dirty}${rootName}/${activeEditorMedium}",
  71. "workbench.colorTheme": "Cobalt2",
  72. "workbench.editor.labelFormat": "short",
  73. "workbench.iconTheme": "material-icon-theme"
  74. }
Add Comment
Please, Sign In to add comment