消毒机设备
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.

10 lines
180 B

  1. {
  2. "printWidth": 120,
  3. "tabWidth": 2,
  4. "endOfLine": "lf",
  5. "singleQuote": true,
  6. "semi": true,
  7. "trailingComma": "none",
  8. "bracketSpacing": true,
  9. "arrowParens": "avoid"
  10. }