Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "trailingComma": "es5",
  3. "singleQuote": true,
  4. "jsxSingleQuote": true,
  5. "htmlWhitespaceSensitivity": "css",
  6. "endOfLine": "lf",
  7. "tabWidth": 4,
  8. "overrides": [
  9. {
  10. "files": "*.html",
  11. "options": {
  12. "printWidth": 120
  13. }
  14. }
  15. ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement