Advertisement
Guest User

Untitled

a guest
Apr 8th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. // Place your settings in this file to overwrite the default settings
  2. {
  3.     "editor.tabSize": 4,
  4.     "files.trimTrailingWhitespace": true,
  5.     "editor.detectIndentation": false,
  6.     "editor.insertSpaces": true,
  7.     "window.zoomLevel": 0,
  8.     "files.insertFinalNewline": true,
  9.     "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
  10.     "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
  11.     "workbench.colorTheme": "Dark (Monokai)",
  12.     "workbench.iconTheme": "vs-seti"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement