harmony/.prettierrc

7 lines
80 B
Plaintext
Raw Normal View History

2020-12-01 11:18:38 +00:00
{
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true
}