diff --git a/client/.prettierrc b/client/.prettierrc index ff2677e..ab96ecc 100644 --- a/client/.prettierrc +++ b/client/.prettierrc @@ -1,6 +1,7 @@ { - "useTabs": true, - "singleQuote": true, - "trailingComma": "none", - "printWidth": 100 -} + "useTabs": false, + "tabWidth": 2, + "singleQuote": true, + "trailingComma": "none", + "printWidth": 100 +} \ No newline at end of file diff --git a/client/src/lib/backButton.svelte b/client/src/lib/backButton.svelte index 710ba64..0c77f27 100644 --- a/client/src/lib/backButton.svelte +++ b/client/src/lib/backButton.svelte @@ -1,22 +1,22 @@ - - - - - + + + + + \ No newline at end of file diff --git a/client/src/lib/game.svelte b/client/src/lib/game.svelte index 2590e67..bbe1e5f 100644 --- a/client/src/lib/game.svelte +++ b/client/src/lib/game.svelte @@ -3,8 +3,8 @@ import { quadOut } from "svelte/easing"; import { draw, fade, fly } from "svelte/transition"; import Move from "./move.svelte"; - import { DEFAULT_TRANSITION_DURATION } from "./config"; - import BackButton from "./backButton.svelte"; + import { DEFAULT_TRANSITION_DURATION } from "./config"; + import BackButton from "./backButton.svelte"; export var self: 1 | 2 = 1; export var twoPlayer: boolean = false;