Guest User

Untitled

a guest
May 25th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
  3. "workbench.statusBar.feedback.visible": false,
  4. "editor.tabSize": 2,
  5. "workbench.editor.tabSizing": "shrink",
  6. "editor.detectIndentation": false,
  7. "editor.glyphMargin": false,
  8. "editor.smoothScrolling": true,
  9. "editor.renderWhitespace": "all",
  10. "editor.formatOnPaste": true,
  11. "phpfmt.detect_indent": false,
  12. "phpfmt.indent_with_space": 2,
  13. "phpfmt.psr2": false,
  14. "workbench.iconTheme": "eq-material-theme-icons",
  15. "workbench.colorTheme": "Material Theme",
  16. "editor.minimap.enabled": false,
  17. "cSpell.userWords": [
  18. "Привет"
  19. ],
  20. }
Add Comment
Please, Sign In to add comment