Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.94 KB | None | 0 0
  1. {
  2.     "vscode_custom_css.imports": [
  3.         "file:///Users/ofriberg/synthwave84.css"
  4.     ],
  5.     "editor.fontFamily": "FiraCode-Retina",
  6.     "editor.fontLigatures": true,
  7.     "editor.fontWeight": "500", // Regular,
  8.     "editor.fontSize": 14,
  9.     "editor.cursorStyle": "line",
  10.     "editor.cursorWidth": 4,
  11.     "editor.cursorBlinking": "smooth",
  12.     "editor.acceptSuggestionOnEnter": "on",
  13.     "editor.formatOnSave": false,
  14.     "terminal.integrated.fontSize": 14,
  15.     "terminal.integrated.fontFamily": "monospace",
  16.     "terminal.integrated.fontWeight": "600",
  17.     "workbench.colorTheme": "1987",
  18.     "workbench.editor.highlightModifiedTabs": true,
  19.     "files.trimFinalNewlines": true,
  20.     "terminal.integrated.copyOnSelection": true,
  21.     "terminal.integrated.drawBoldTextInBrightColors": true,
  22.     "search.smartCase": false,
  23.     "html.suggest.html5": true,
  24.     "javascript.updateImportsOnFileMove.enabled": "always",
  25.     // Controls sorting order of files and folders in the explorer.
  26.     //  - default: Files and folders are sorted by their names, in alphabetical order. Folders are displayed before files.
  27.     //  - mixed: Files and folders are sorted by their names, in alphabetical order. Files are interwoven with folders.
  28.     //  - filesFirst: Files and folders are sorted by their names, in alphabetical order. Files are displayed before folders.
  29.     //  - type: Files and folders are sorted by their extensions, in alphabetical order. Folders are displayed before files.
  30.     //  - modified: Files and folders are sorted by last modified date, in descending order. Folders are displayed before files.
  31.     "explorer.sortOrder": "default",
  32.     "explorer.confirmDragAndDrop": false,
  33.     "window.zoomLevel": 0,
  34.     "eslint.autoFixOnSave": true,
  35.     "prettier.jsxSingleQuote": true,
  36.     "editor.codeActionsOnSave": {
  37.         "source.fixAll.eslint": true
  38.     },
  39.     "todo-tree.tree.showScanModeButton": false,
  40.     "synthwave84.brightness": 1
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement