Guest User

Untitled

a guest
Oct 23rd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "editor.fontFamily": "Source Code Pro, monospace",
  3. "editor.fontSize": 14,
  4. "editor.fontWeight": "500",
  5. "editor.renderWhitespace": "all",
  6. "editor.tabSize": 2,
  7. "files.trimTrailingWhitespace": true,
  8. "files.insertFinalNewline": true,
  9. "search.exclude": {
  10. "**/node_modules": true,
  11. "**/bower_components": true,
  12. "**/coverage": true
  13. },
  14. "workbench.colorTheme": "Github",
  15. "workbench.fontAliasing": "antialiased",
  16. "editor.formatOnSave": true
  17. }
Add Comment
Please, Sign In to add comment