Advertisement
Guest User

VS Code Settings

a guest
Jan 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. // File -> Preferences -> Settings -> WorkSpaceSettings
  2. {
  3. "javascript.format.insertSpaceAfterConstructor": true,
  4. "javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
  5. "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
  6. "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
  7. "typescript.format.insertSpaceAfterConstructor": true,
  8. "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
  9. "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
  10. "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
  11. "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
  12. "typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
  13. "typescript.format.insertSpaceBeforeFunctionParenthesis": true
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement