Guest User

Untitled

a guest
Dec 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. {
  2. "auto-close-tag.fullMode": true,
  3. "editor.fontFamily": "Fira Code",
  4. "editor.fontLigatures": true,
  5. "editor.fontSize": 15,
  6. "editor.formatOnPaste": true,
  7. "editor.lineHeight": 22,
  8. "editor.renderIndentGuides": false,
  9. "editor.renderWhitespace": "boundary",
  10. "editor.scrollBeyondLastLine": false,
  11. "editor.snippetSuggestions": "top",
  12. "editor.wordWrap": "wordWrapColumn",
  13. "editor.wordWrapColumn": 120,
  14. "emmet.triggerExpansionOnTab": true,
  15. "files.trimTrailingWhitespace": true,
  16. "gitlens.advanced.messages": {
  17. "suppressShowKeyBindingsNotice": true
  18. },
  19. "gitlens.blame.heatmap.location": "left",
  20. "gitlens.blame.highlight.locations": [
  21. "gutter",
  22. "line"
  23. ],
  24. "gitlens.blame.ignoreWhitespace": true,
  25. "gitlens.codeLens.recentChange.command": "gitlens.diffWithPrevious",
  26. "gitlens.codeLens.scopes": [
  27. "document"
  28. ],
  29. "gitlens.gitExplorer.files.compact": false,
  30. "gitlens.hovers.annotations.details": false,
  31. "gitlens.hovers.currentLine.details": false,
  32. "gitlens.menus": false,
  33. "gitlens.recentChanges.highlight.locations": [
  34. "gutter",
  35. "line",
  36. "overview"
  37. ],
  38. "gitlens.settings.mode": "advanced",
  39. "gitlens.statusBar.command": "gitlens.toggleFileBlame",
  40. "guides.active.color.dark": "rgba(120, 120, 120, 0.75)",
  41. "guides.normal.style": "none",
  42. "guides.stack.enabled": false,
  43. "php.suggest.basic": false,
  44. "php.validate.run": "onSave",
  45. "php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
  46. "php-cs-fixer.lastDownload": 1534171539217,
  47. "php-cs-fixer.onsave": true,
  48. "php-docblocker.returnGap": true,
  49. "terminal.external.osxExec": "iTerm.app",
  50. "terminal.integrated.fontFamily": "FuraCode Nerd Font",
  51. "terminal.integrated.fontSize": 17,
  52. "terminal.integrated.lineHeight": 1.5,
  53. "window.openFilesInNewWindow": "on",
  54. "workbench.colorTheme": "One Dark Pro",
  55. "workbench.editor.tabSizing": "shrink",
  56. "workbench.iconTheme": "material-icon-theme",
  57. "workbench.tree.horizontalScrolling": true,
  58. }
Add Comment
Please, Sign In to add comment