Files
IoTManagerWeb/src/.prettierrc

23 lines
455 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-10-19 05:46:04 +08:00
"sxBracketSameLine": true,
"overrides": [
{
"files": "Input.svelte",
"options": {
2021-10-20 20:53:07 +08:00
"printWidth": 600
2021-10-19 05:46:04 +08:00
}
2021-10-19 21:59:48 +08:00
},
{
"files": "Toggle.svelte",
"options": {
"printWidth": 600
}
2021-10-19 05:46:04 +08:00
}
]
2021-09-16 02:00:52 +08:00
}