smart-contract/.prettierrc

6 lines
70 B
Plaintext
Raw Permalink Normal View History

2019-03-11 12:30:45 +00:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}