Guest User

Untitled

a guest
Jul 15th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. /*
  2. plagins:
  3. 1. Beautify css/sass/scss/less
  4. 2. CSS Peek
  5. 3. EditorConfig for VS Code
  6. 4. ESLint
  7. 5. HTMLHint
  8. 6. IntelliSense for CSS class names in HTML
  9. 7. One Dark Pro
  10. 8. SCSS IntelliSense
  11. 9. stylelint
  12. */
  13.  
  14. {
  15. "editor.fontSize": 10,
  16. "editor.tabSize": 2,
  17. "editor.multiCursorModifier": "ctrlCmd",
  18. "editor.smoothScrolling": true,
  19. "editor.fontFamily": "'DejaVu Sans Mono'",
  20. "editor.hover.enabled": false,
  21. "editor.hover.sticky": false,
  22. "editor.minimap.enabled": false,
  23. "editor.wordWrap": "bounded",
  24. "editor.insertSpaces": false,
  25. "files.insertFinalNewline": true,
  26. "files.useExperimentalFileWatcher": true,
  27. "workbench.colorTheme": "One Dark Pro",
  28. "workbench.activityBar.visible": false,
  29. "workbench.editor.tabSizing": "shrink",
  30. "workbench.startupEditor": "newUntitledFile",
  31. "workbench.statusBar.feedback.visible": false,
  32. "window.menuBarVisibility": "toggle",
  33. "window.zoomLevel": 0,
  34. "scss.validate": false,
  35. "telemetry.enableTelemetry": false,
  36. }
Add Comment
Please, Sign In to add comment