Files
IoTManagerWeb/src/.prettierrc

29 lines
552 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,
"printWidth": 1000,
2021-10-19 05:46:04 +08:00
"sxBracketSameLine": true,
"overrides": [
2022-02-07 16:36:43 +01:00
{
"files": "App.svelte",
"options": {
"printWidth": 1000
}
},
2021-10-19 05:46:04 +08:00
{
"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
}