Guest User

Untitled

a guest
Dec 18th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. {
  2. "editor.renderIndentGuides": true,
  3. "editor.fontWeight": "900",
  4. "editor.wordWrap": "wordWrapColumn",
  5. "editor.wordWrapColumn": 180,
  6. "editor.cursorBlinking": "phase",
  7. "editor.renderWhitespace": "all",
  8. "editor.renderControlCharacters": true,
  9. "editor.renderLineHighlight": "gutter",
  10. "editor.dragAndDrop": true,
  11. "workbench.editor.showTabs": true,
  12. "emmet.triggerExpansionOnTab": true,
  13. "workbench.editor.enablePreview": false,
  14. "editor.multiCursorModifier": "ctrlCmd",
  15. "files.exclude": {
  16. "**/.DS_Store": true,
  17. "**/.git": false,
  18. "**/.hg": true,
  19. "**/.idea": true,
  20. "**/.svn": true,
  21. "**/.vscode": true,
  22. "**/CVS": true
  23. },
  24. "window.zoomLevel": 1,
  25. "editor.fontSize": 16,
  26. "gitlens.gitExplorer.files.layout": "list",
  27. "php.validate.run": "onType",
  28. "gitlens.advanced.messages": {
  29. "suppressCommitHasNoPreviousCommitWarning": false,
  30. "suppressCommitNotFoundWarning": false,
  31. "suppressFileNotUnderSourceControlWarning": false,
  32. "suppressGitVersionWarning": false,
  33. "suppressLineUncommittedWarning": false,
  34. "suppressNoRepositoryWarning": false,
  35. "suppressResultsExplorerNotice": false,
  36. "suppressShowKeyBindingsNotice": true,
  37. "suppressUpdateNotice": false,
  38. "suppressWelcomeNotice": true
  39. },
  40. "editor.matchBrackets": false,
  41. "gitlens.keymap": "alternate",
  42. "editor.fontFamily": "Anonymous Pro for Powerline",
  43. "gitlens.historyExplorer.enabled": true,
  44. "editor.mouseWheelZoom": true,
  45. "editor.scrollBeyondLastLine": true,
  46. "editor.smoothScrolling": true,
  47. "editor.useTabStops": false,
  48. "javascript.updateImportsOnFileMove.enabled": "never",
  49. "languageStylus.useSeparator": false,
  50. "workbench.colorTheme": "Twilight",
  51. "breadcrumbs.enabled": true,
  52. "workbench.editor.tabSizing": "shrink",
  53. "editor.cursorWidth": 3,
  54. "editor.fontLigatures": true,
  55. "editor.minimap.enabled": false,
  56. "workbench.fontAliasing": "auto",
  57. "diffEditor.ignoreTrimWhitespace": true,
  58. "editor.tabSize": 2,
  59. "javascript.preferences.quoteStyle": "single",
  60. "editor.formatOnSave": true,
  61. "prettier.singleQuote": true,
  62. "prettier.printWidth": 100,
  63. "workbench.editor.highlightModifiedTabs": true,
  64. "window.nativeTabs": true,
  65. "window.titleBarStyle": "native",
  66. "workbench.iconTheme": "vscode-great-icons",
  67. "gitlens.views.repositories.files.layout": "list",
  68. "gitlens.views.fileHistory.enabled": true,
  69. "gitlens.views.lineHistory.enabled": true,
  70. "prettier.disableLanguages": ["vue", "cpp"]
  71. }
Add Comment
Please, Sign In to add comment