Web/.prettierrc

9 lines
183 B
Plaintext
Raw Normal View History

2020-05-30 23:24:59 +08:00
{
"printWidth": 300,
"tabWidth": 4,
2020-05-30 23:24:59 +08:00
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"tslintIntegration": true,
"insertSpaceBeforeFunctionParenthesis": false
}