Guest User

Untitled

a guest
Jul 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. // 将设置放入此文件中以覆盖默认设置
  2. {
  3. "python.linting.pylintArgs": [
  4. "--errors-only"
  5. ],
  6. "workbench.colorTheme": "Monokai",
  7. "workbench.startupEditor": "newUntitledFile",
  8. "vim.disableAnnoyingNeovimMessage": true,
  9. "editor.fontSize": 17,
  10. "workbench.statusBar.visible": true,
  11. "C_Cpp.clang_format_style": "WebKit",
  12. "editor.detectIndentation": false,
  13. "C_Cpp.clang_format_formatOnSave": true,
  14. "files.autoGuessEncoding": false,
  15. "window.zoomLevel": 0,
  16. "editor.minimap.enabled": false,
  17. "editor.fontFamily": "DejaVu Sans Mono",
  18. "workbench.colorCustomizations": {
  19. "editor.selectionBackground": "#3CB371"
  20. },
  21. "sync.gist": "93208ffa8a8831e4f32137de014600d9",
  22. "sync.lastUpload": "2018-01-10T04:43:24.905Z",
  23. "sync.autoDownload": false,
  24. "sync.autoUpload": false,
  25. "sync.lastDownload": "",
  26. "sync.forceDownload": false,
  27. "sync.anonymousGist": false,
  28. "sync.host": "",
  29. "sync.pathPrefix": "",
  30. "sync.quietSync": false,
  31. "sync.askGistName": false,
  32. "editor.lineHeight": 27,
  33. "editor.renderControlCharacters": true,
  34. "editor.renderWhitespace": "all",
  35. "vim.overrideCopy": false,
  36. "eslint.autoFixOnSave": true,
  37. "eslint.validate": [
  38. "javascript",
  39. {
  40. "language": "vue",
  41. "autoFix": true
  42. },
  43. "html",
  44. "vue"
  45. ],
  46. "emmet.triggerExpansionOnTab": true,
  47. "editor.formatOnSave": true,
  48. "vsicons.dontShowNewVersionMessage": true,
  49. "workbench.panel.location": "bottom",
  50. "php-cs-fixer.onsave": true,
  51. "php.validate.executablePath": "php",
  52. "php.validate.run": "onType",
  53. "markdown-preview-enhanced.mermaidTheme": "mermaid.forest.css",
  54. "todohighlight.include": [
  55. "**/*.js",
  56. "**/*.jsx",
  57. "**/*.ts",
  58. "**/*.tsx",
  59. "**/*.html",
  60. "**/*.php",
  61. "**/*.css",
  62. "**/*.scss",
  63. "**/*.go",
  64. "**/*.cpp",
  65. "**/*.c",
  66. "**/*.py"
  67. ],
  68. "todohighlight.isEnable": true,
  69. "php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
  70. "php-cs-fixer.lastDownload": 1531470144137,
  71. "workbench.iconTheme": "easy-icons"
  72. }
Add Comment
Please, Sign In to add comment