vscode-beau/.prettierrc

7 lines
99 B
Plaintext

{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true
}