solana/docs/.prettierrc.json

9 lines
131 B
JSON

{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"proseWrap": "always",
"printWidth": 80
}