ifms-pti/web/.prettierrc

11 lines
204 B
Plaintext
Raw Normal View History

2020-11-06 13:31:28 +00:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false,
"excludeFiles": "dist/**"
}