Guest User

Untitled

a guest
May 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. {
  2. "workbench.startupEditor": "none",
  3. // "markdown.extension.preview.autoShowPreviewToSide": true,
  4. "workbench.colorTheme": "One Dark Pro",
  5. "workbench.iconTheme": "material-icon-theme",
  6. "editor.fontFamily":
  7. "'Fira Code', 'Source Code Pro ExtraLight', 'Courier New', monospace",
  8. "editor.fontSize": 14,
  9. "editor.fontLigatures": true,
  10. "editor.cursorStyle": "line-thin",
  11. "editor.insertSpaces": false,
  12. "editor.cursorBlinking": "phase",
  13. "editor.renderControlCharacters": true,
  14. "editor.rulers": [40, 80, 120],
  15. "editor.smoothScrolling": true,
  16. "explorer.autoReveal": false,
  17. "window.menuBarVisibility": "toggle",
  18. "files.trimFinalNewlines": true,
  19. "files.trimTrailingWhitespace": true,
  20. "explorer.sortOrder": "type",
  21. "editor.tabSize": 2,
  22. "php.validate.executablePath": "E:/MAMP/bin/php/php7.1.5/php.exe",
  23. "files.associations": {
  24. "*.lmo": "html" // Libercus template's language mixes with HTML
  25. },
  26. "markdownlint.config": {
  27. "MD010": false
  28. },
  29. "editor.renderWhitespace": "all",
  30. "explorer.confirmDelete": false,
  31. "window.zoomLevel": 0,
  32. "editor.tabCompletion": false,
  33. "files.autoSave": "off"
  34. }
Add Comment
Please, Sign In to add comment