Files
vue-flow/.prettierrc
T
2021-10-20 22:39:54 +02:00

9 lines
153 B
Plaintext

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