Blame view

babylon-vue-4.0.0/.prettierrc 129 Bytes
0f94839d   함상기   babylon client fo...
1
2
3
4
5
6
7
  {
      "tabWidth": 4,
      "printWidth": 250,
      "jsxBracketSameLine": true,
      "singleQuote": true,
      "trailingComma": "es5"
  }