You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
458 B

1 week ago
  1. {
  2. "printWidth": 100,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": false,
  6. "vueIndentScriptAndStyle": true,
  7. "singleQuote": true,
  8. "quoteProps": "as-needed",
  9. "bracketSpacing": true,
  10. "trailingComma": "none",
  11. "bracketSameLine": false,
  12. "jsxSingleQuote": false,
  13. "arrowParens": "always",
  14. "insertPragma": false,
  15. "requirePragma": false,
  16. "proseWrap": "never",
  17. "htmlWhitespaceSensitivity": "strict",
  18. "endOfLine": "auto",
  19. "rangeStart": 0
  20. }