Guest User

Untitled

a guest
Jul 11th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. {
  2. // GLOBAL
  3. "material-icon-theme.showUpdateMessage": false,
  4. "emmet.triggerExpansionOnTab": true,
  5.  
  6. // EDITOR
  7. "editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
  8. "editor.fontSize": 17,
  9. "editor.lineHeight": 25,
  10. "editor.letterSpacing": 0.5,
  11. "editor.fontWeight": "400",
  12. "editor.cursorStyle": "line",
  13. "editor.cursorWidth": 5,
  14. "editor.cursorBlinking": "solid",
  15. "editor.colorDecorators": false,
  16. "editor.parameterHints": false,
  17. "editor.quickSuggestions": true,
  18. "editor.tabSize": 2,
  19. "editor.wordWrap": "on",
  20. "editor.multiCursorModifier": "ctrlCmd",
  21. "editor.snippetSuggestions": "top",
  22. "editor.formatOnPaste": true,
  23. "editor.matchBrackets": false,
  24. "editor.detectIndentation": false,
  25. "editor.selectionHighlight": false,
  26. "editor.highlightActiveIndentGuide": false,
  27.  
  28. // GIT
  29. "git.confirmSync": false,
  30. "git.enableSmartCommit": true,
  31.  
  32. // WORKBENCH
  33. "workbench.colorTheme": "One Dark Pro Vivid",
  34. "workbench.startupEditor": "newUntitledFile",
  35. "workbench.iconTheme": "material-icon-theme",
  36. "workbench.editor.tabCloseButton": "off",
  37.  
  38. // WINDOW
  39. "window.closeWhenEmpty": true,
  40.  
  41. // EXPLORER
  42. "explorer.confirmDelete": false,
  43. "explorer.confirmDragAndDrop": false,
  44.  
  45. // FILES
  46. "files.insertFinalNewline": true,
  47. "files.trimTrailingWhitespace": true,
  48.  
  49. }
Add Comment
Please, Sign In to add comment