harmony/.prettierrc

6 lines
89 B
Text
Raw Normal View History

2020-12-01 14:15:43 +00:00
{
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true
}