primevue-mirror/.prettierrc.json

11 lines
207 B
JSON
Raw Normal View History

2022-09-14 14:26:41 +00:00
{
"useTabs": false,
"tabWidth": 4,
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"vueIndentScriptAndStyle": false,
"printWidth": 250,
"bracketSameLine": false
}