From f7482614fed6961529b8d1f9a11e260202312b04 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Tue, 19 Oct 2021 05:46:04 +0800 Subject: [PATCH] some fix --- src/.prettierrc | 10 +++++++++- src/App.svelte | 8 +------- src/widgets/Input.svelte | 1 - 3 files changed, 10 insertions(+), 9 deletions(-) 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 @@