PromucFlow_constructor/app/client/.prettierrc

10 lines
146 B
Plaintext
Raw Normal View History

2019-08-29 11:22:09 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
2020-12-24 04:32:25 +00:00
"arrowParens": "always"
2019-08-29 11:22:09 +00:00
}