Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. {
  2. "cSpell.userWords": [
  3. "Gemfile",
  4. "Rakefile",
  5. "Rouserceful",
  6. "Transpiler",
  7. "alltables",
  8. "hammerjs",
  9. "minifies",
  10. "rspec"
  11. ],
  12. "editor.acceptSuggestionOnEnter": "off",
  13. "editor.cursorBlinking": "smooth",
  14. "editor.cursorStyle": "block",
  15. "editor.fontFamily": "Operator Mono",
  16. "editor.fontLigatures": true,
  17. "editor.fontSize": 17,
  18. "editor.formatOnPaste": true,
  19. "editor.formatOnSave": true,
  20. "editor.formatOnSaveTimeout": 1500,
  21. "editor.lineHeight": 35,
  22. "editor.minimap.enabled": false,
  23. "editor.tabSize": 2,
  24. "editor.wordWrap": "on",
  25. "emmet.includeLanguages": {
  26. "erb": "html",
  27. "javascript": "javascriptreact",
  28. "vue-html": "html"
  29. },
  30. "eslint.alwaysShowStatus": true,
  31. "eslint.autoFixOnSave": true,
  32. "eslint.packageManager": "npm",
  33. "eslint.validate": [
  34. {
  35. "autoFix": true,
  36. "language": "vue"
  37. },
  38. {
  39. "autoFix": true,
  40. "language": "html"
  41. },
  42. {
  43. "autoFix": true,
  44. "language": "javascript"
  45. },
  46. {
  47. "autoFix": true,
  48. "language": "javascriptreact"
  49. }
  50. ],
  51. "explorer.openEditors.visible": 0,
  52. "explorer.sortOrder": "type",
  53. "files.autoSave": "afterDelay",
  54. "files.trimFinalNewlines": true,
  55. "files.trimTrailingWhitespace": true,
  56. "git.autofetch": true,
  57. "git.confirmSync": false,
  58. "git.enableSmartCommit": true,
  59. "javascript.updateImportsOnFileMove.enabled": "never",
  60. "npm-intellisense.importDeclarationType": "const",
  61. "npm-intellisense.importES6": true,
  62. "npm-intellisense.importLinebreak": ";\r\n",
  63. "npm-intellisense.importQuotes": "'",
  64. "prettier.arrowParens": "always",
  65. "prettier.eslintIntegration": true,
  66. "prettier.semi": false,
  67. "prettier.singleQuote": true,
  68. "prettier.trailingComma": "all",
  69. "prettier.tslintIntegration": true,
  70. "python.pythonPath": "python3",
  71. "telemetry.enableTelemetry": false,
  72. "terminal.external.osxExec": "iTerm.app",
  73. "terminal.integrated.enableBell": true,
  74. "terminal.integrated.fontFamily": "Fira Mono for Powerline",
  75. "terminal.integrated.fontSize": 16,
  76. "terminal.integrated.fontWeightBold": "normal",
  77. "terminal.integrated.lineHeight": 1.2,
  78. "typescript.updateImportsOnFileMove.enabled": "never",
  79. "vetur.format.defaultFormatter.html": "prettyhtml",
  80. "vetur.format.defaultFormatter.js": "prettier",
  81. "vetur.format.defaultFormatterOptions": {
  82. "prettyhtml": {
  83. "printWidth": 80,
  84. "singleQuote": false
  85. }
  86. },
  87. "vetur.format.scriptInitialIndent": true,
  88. "vsicons.projectDetection.autoReload": true,
  89. "window.zoomLevel": 0,
  90. "workbench.activityBar.visible": true,
  91. "workbench.colorTheme": "Material Theme Palenight High Contrast",
  92. "workbench.editor.highlightModifiedTabs": true,
  93. "workbench.iconTheme": "material-icon-theme",
  94. "workbench.statusBar.feedback.visible": false,
  95. "workbench.statusBar.visible": true
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement