ifms-pti/web/.prettierrc
2020-11-06 09:31:28 -04:00

11 lines
204 B
Plaintext
Executable File

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false,
"excludeFiles": "dist/**"
}