Files
vue-flow/.prettierrc
2021-07-01 19:54:02 +02:00

9 lines
152 B
Plaintext

{
"singleQuote": true,
"trailingComma": "none",
"semi": true,
"bracketSpacing": true,
"vueIndentScriptAndStyle": false,
"printWidth": 130
}