manifold/market-simulator/.prettierrc
2021-11-30 14:22:19 -08:00

9 lines
142 B
Plaintext

{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "es5",
"vueIndentScriptAndStyle": false,
"semi": false
}