Files
IoTManagerWeb/src/.prettierrc

9 lines
238 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 03:31:36 +08:00
"printWidth": 60,
2021-09-16 02:00:52 +08:00
"sxBracketSameLine": true
}