MyCrypto/.prettierrc

9 lines
127 B
Plaintext
Raw Permalink Normal View History

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