MyCrypto/.prettierrc

10 lines
131 B
Plaintext
Raw Normal View History

2017-12-03 16:32:07 -08:00
{
"printWidth": 100,
"singleQuote": true,
"useTabs": false,
"semi": true,
"tabWidth": 2,
"trailingComma":
"none"
}