InstaContract/.prettierrc

6 lines
70 B
Plaintext
Raw Normal View History

2018-10-23 07:52:31 +00:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}