Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "arrowParens": "always",
  3. "bracketSpacing": true,
  4. "cursorOffset": -1,
  5. "endOfLine": "auto",
  6. "htmlWhitespaceSensitivity": "css",
  7. "jsxSingleQuote": true,
  8. "printWidth": 80,
  9. "semi": false,
  10. "singleQuote": true,
  11. "tabWidth": 2,
  12. "trailingComma": "all",
  13. "useTabs": false
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement