harmony/.prettierrc

9 lines
134 B
Plaintext
Raw Permalink Normal View History

2020-12-01 11:18:38 +00:00
{
"tabWidth": 2,
"useTabs": false,
"semi": false,
2020-12-02 12:29:52 +00:00
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "always"
2020-12-01 11:18:38 +00:00
}