Files
IoTManagerWeb/src/.prettierrc

9 lines
239 B
Plaintext
Raw Normal View History

2021-09-16 02:00:52 +08:00
{
"svelteSortOrder": "options-scripts-markup-styles",
"svelteStrictMode": false,
"svelteBracketNewLine": false,
"svelteAllowShorthand": false,
"svelteIndentScriptAndStyle": true,
2021-10-18 21:12:42 +08:00
"printWidth": 600,
2021-09-16 02:00:52 +08:00
"sxBracketSameLine": true
}