Advertisement
Guest User

.vscode/settings.json

a guest
Jul 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "editor.lineHeight": 27,
  3. "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  4. "editor.wordWrap": "on",
  5. "window.zoomLevel": -0.5 "prettier.semi": false,
  6. "prettier.singleQuote": true,
  7. "prettier.tabWidth": 4,
  8. "editor.formatOnPaste": true,
  9. "editor.formatOnSave": true,
  10. "javascript.format.enable": false,
  11. "editor.formatOnType": false,
  12. "editor.autoIndent": true,
  13. "editor.insertSpaces": true,
  14. "editor.tabSize": 4,
  15. "editor.detectIndentation": false,
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement