Im即时通讯-web端代码
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.prettierrc.json 163B

před 1 rokem
12345678
  1. {
  2. "$schema": "https://json.schemastore.org/prettierrc",
  3. "semi": false,
  4. "tabWidth": 2,
  5. "singleQuote": true,
  6. "printWidth": 100,
  7. "trailingComma": "none"
  8. }