solana/explorer/.prettierrc.json

7 lines
86 B
JSON
Raw Normal View History

2022-04-22 05:16:27 -07:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}