diff --git a/src/.prettierrc b/src/.prettierrc index 3dda789..4ec5ce3 100644 --- a/src/.prettierrc +++ b/src/.prettierrc @@ -5,5 +5,13 @@ "svelteAllowShorthand": false, "svelteIndentScriptAndStyle": true, "printWidth": 600, - "sxBracketSameLine": true + "sxBracketSameLine": true, + "overrides": [ + { + "files": "Input.svelte", + "options": { + "printWidth": 60 + } + } + ] } \ No newline at end of file diff --git a/src/App.svelte b/src/App.svelte index 7806b28..07eb753 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -170,13 +170,7 @@ - -
- - - -
-
+ diff --git a/src/widgets/Input.svelte b/src/widgets/Input.svelte index cf2105a..d803b5e 100644 --- a/src/widgets/Input.svelte +++ b/src/widgets/Input.svelte @@ -4,7 +4,6 @@