Guest User

Untitled

a guest
Mar 23rd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "workbench.startupEditor": "newUntitledFile",
  3. "workbench.colorTheme": "Dracula",
  4. "files.associations": {
  5. "*.jinja": "html"
  6. },
  7. "workbench.editor.enablePreview": false,
  8. "editor.tabSize": 4,
  9. "editor.insertSpaces": true,
  10. "editor.detectIndentation": true,
  11. "editor.rulers": [80]
  12. }
Add Comment
Please, Sign In to add comment