PromucFlow_constructor/app/client/.prettierrc
2019-08-20 15:09:08 +05:30

9 lines
151 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"parser": "typescript"
}