Simple monitor for displaying MIDI status for digital pianos.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

12 行
225 B

  1. {
  2. "printWidth": 120,
  3. "semi": false,
  4. "singleQuote": true,
  5. "jsxSingleQuote": false,
  6. "trailingComma": "all",
  7. "arrowParens": "always",
  8. "jsxBracketSameLine": false,
  9. "quoteProps": "as-needed",
  10. "endOfLine": "lf"
  11. }