maverickpuss

.prettierrc

Feb 27th, 2020
1,414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.24 KB | None | 0 0
  1. {
  2.   "arrowParens": "always",
  3.   "semi": true,
  4.   "singleQuote": false,
  5.   "trailingComma": "none",
  6.   "bracketSpacing": true,
  7.   "htmlWhitespaceSensitivity": "ignore",
  8.   "vueIndentScriptAndStyle": true,
  9.   "singleAttributePerLine": true
  10. }
Add Comment
Please, Sign In to add comment