Blame view

prestige-vue-4.0.0/.prettierrc 129 Bytes
5b5ab7e5   함상기   20240409
1
2
3
4
5
6
7
  {
      "tabWidth": 4,
      "printWidth": 250,
      "jsxBracketSameLine": true,
      "singleQuote": true,
      "trailingComma": "es5"
  }