Luckysheet ,一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。
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.

8 lines
132 B

  1. {
  2. "printWidth": 80,
  3. "trailingComma": "es5",
  4. "tabWidth": 2,
  5. "semi": true,
  6. "singleQuote": false,
  7. "arrowParens": "avoid"
  8. }