manifold/market-simulator/.prettierrc

9 lines
142 B
Plaintext
Raw Normal View History

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